Source: show | on GitHub
# File actionmailer/test/mailers/delayed_mailer.rb, line 19 def test_message(*) mail(from: 'test-sender@test.com', to: 'test-receiver@test.com', subject: 'Test Subject', body: 'Test Body') end
# File actionmailer/test/mailers/delayed_mailer.rb, line 23 def test_raise(klass_name) raise klass_name.constantize, 'boom' end