Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Commit

Permalink
Update spec for new contact email subject
Browse files Browse the repository at this point in the history
  • Loading branch information
polastre committed Oct 8, 2014
1 parent ff358c1 commit 20849dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mailers/contact_mailer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down

0 comments on commit 20849dc

Please sign in to comment.