class AssertSelectEmailTest::AssertSelectMailer
Public Instance Methods
test(html)
click to toggle source
# File actionmailer/test/assert_select_email_test.rb, line 7 def test(html) mail body: html, content_type: "text/html", subject: "Test e-mail", from: "test@test.host", to: "test <test@test.host>" end