Namespace
Methods
T
Instance Public methods
test_message(*)
# 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
test_raise(klass_name)
# File actionmailer/test/mailers/delayed_mailer.rb, line 23
def test_raise(klass_name)
  raise klass_name.constantize, 'boom'
end