From 20849dc42f32da6596b1140225bd44ec19591e8a Mon Sep 17 00:00:00 2001 From: Joe Polastre Date: Wed, 8 Oct 2014 00:35:34 +0000 Subject: [PATCH] Update spec for new contact email subject --- spec/mailers/contact_mailer_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/mailers/contact_mailer_spec.rb b/spec/mailers/contact_mailer_spec.rb index f3958d2..e1ddb3a 100644 --- a/spec/mailers/contact_mailer_spec.rb +++ b/spec/mailers/contact_mailer_spec.rb @@ -8,7 +8,7 @@ subject { ContactMailer.contact_us('User Name', email, message) } - its(:subject) { should eql 'Contact - MyUSA marketing page' } + its(:subject) { should eql 'MyUSA question from User Name' } its(:reply_to) { should contain_exactly email } its('body.encoded') { should include message } its('body.encoded') { should include 'User Name'}