From fd9ee49f38bbc845fe1ac61d6e85a9304bdfb902 Mon Sep 17 00:00:00 2001 From: Mikel Lindsaar Date: Fri, 9 Apr 2010 19:46:13 +1000 Subject: Moved test of QP into mail --- actionmailer/test/test_helper_test.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'actionmailer') diff --git a/actionmailer/test/test_helper_test.rb b/actionmailer/test/test_helper_test.rb index c23a9e7e3c..440fb868c8 100644 --- a/actionmailer/test/test_helper_test.rb +++ b/actionmailer/test/test_helper_test.rb @@ -37,10 +37,6 @@ class TestHelperMailerTest < ActionMailer::TestCase assert_equal "UTF-8", charset end - def test_encode - assert_equal "=?utf-8?Q?=0Aasdf=0A?=", encode("\nasdf\n") - end - def test_assert_emails assert_nothing_raised do assert_emails 1 do -- cgit v1.2.3