Methods
T
Instance Public methods
test(html)
# File actionpack/test/controller/assert_select_test.rb, line 16
def test(html)
  mail :body => html, :content_type => "text/html",
    :subject => "Test e-mail", :from => "test@test.host", :to => "test <test@test.host>"
end