aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/test_helper_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/test/test_helper_test.rb')
-rw-r--r--actionmailer/test/test_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/test/test_helper_test.rb b/actionmailer/test/test_helper_test.rb
index 3a38a91c28..c23a9e7e3c 100644
--- a/actionmailer/test/test_helper_test.rb
+++ b/actionmailer/test/test_helper_test.rb
@@ -34,7 +34,7 @@ class TestHelperMailerTest < ActionMailer::TestCase
end
def test_charset_is_utf_8
- assert_equal "utf-8", charset
+ assert_equal "UTF-8", charset
end
def test_encode