From 7acd6526c3f9856e56e728e24449f922179c1fe9 Mon Sep 17 00:00:00 2001 From: Alexander Machehin Date: Tue, 19 Mar 2013 18:42:04 +0600 Subject: [PATCH] [refs #33] fix spec name --- spec/mailers/user_mailer_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/mailers/user_mailer_spec.rb b/spec/mailers/user_mailer_spec.rb index a950920d2..95b8fd7f8 100644 --- a/spec/mailers/user_mailer_spec.rb +++ b/spec/mailers/user_mailer_spec.rb @@ -33,7 +33,7 @@ describe UserMailer do @email.body.encoded.should match(@issue.project.name) end - it 'should assign issue title' do + it 'should assign issue body' do @email.body.encoded.should match(@issue.body) end end