Skip to content

Commit

Permalink
Specify a from address for the mailer specs
Browse files Browse the repository at this point in the history
  • Loading branch information
bryckbost committed Dec 13, 2011
1 parent fd5d22c commit 6e50863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/performable_mailer_spec.rb
Expand Up @@ -3,7 +3,7 @@
require 'action_mailer'
class MyMailer < ActionMailer::Base
def signup(email)
mail :to => email, :subject => "Delaying Emails"
mail :to => email, :subject => "Delaying Emails", :from => "delayedjob@example.com"
end
end

Expand Down

0 comments on commit 6e50863

Please sign in to comment.