Skip to content

Instantly share code, notes, and snippets.

@joshuaballoch
Created September 5, 2012 01:27
Show Gist options
  • Save joshuaballoch/3628892 to your computer and use it in GitHub Desktop.
Save joshuaballoch/3628892 to your computer and use it in GitHub Desktop.
Test failure on Notifier#send_user_feedback
3) Notifier#send_user_feedback should work
Failure/Error: email = Notifier.send_user_feedback("[email protected]", "The User Feedback Emails Work!", "Thanks for watching").deliver
NoMethodError:
undefined method `reverse_merge' for #<Mail::Message:0x007fc44853e670>
# ./app/mailers/notifier.rb:180:in `send_user_feedback'
# ./spec/mailers/notifier_spec.rb:112:in `block (3 levels) in <top (required)>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment