Created
September 5, 2012 01:27
-
-
Save joshuaballoch/3628892 to your computer and use it in GitHub Desktop.
Test failure on Notifier#send_user_feedback
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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