Methods
- T
Instance Public methods
test_use_block_format()
Link
# File actionmailer/test/mail_helper_test.rb, line 103 def test_use_block_format mail = HelperMailer.use_block_format expected = <<-TEXT This is the first paragraph. The second paragraph. * item1 * item2 * item3 TEXT assert_equal expected.gsub("\n", "\r\n"), mail.body.encoded end
test_use_cache()
Link
test_use_format_paragraph()
Link
test_use_format_paragraph_with_long_first_word()
Link
test_use_mail_helper()
Link
test_use_mailer()
Link