Source: show | on GitHub
# File actionmailer/test/assert_select_email_test.rb, line 5 def test(html) mail body: html, content_type: "text/html", subject: "Test e-mail", from: "test@test.host", to: "test <test@test.host>" end