spec/rails_app/app/mailers/notifier.rb in mandrill-mailer-rails-1.0.0 vs spec/rails_app/app/mailers/notifier.rb in mandrill-mailer-rails-1.1.0

- old
+ new

@@ -28,9 +28,13 @@ def test_from_email_with_name mail from_email: FROM_EMAIL_WITH_NAME, template_name: 'test' end + def test_from_email_in_from + mail from: FROM_EMAIL_WITH_NAME, template_name: 'test' + end + def to_many mail to: MANY_TO, template_name: 'test' end def multipart