From d98fee67e2d2f12f227bc8c1991f31fb5d8acaa6 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 22 Nov 2009 15:41:29 -0800 Subject: Never require jcode --- actionmailer/test/quoting_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionmailer/test') diff --git a/actionmailer/test/quoting_test.rb b/actionmailer/test/quoting_test.rb index 5319d2c6e8..4e86d55285 100644 --- a/actionmailer/test/quoting_test.rb +++ b/actionmailer/test/quoting_test.rb @@ -50,7 +50,6 @@ class QuotingTest < Test::Unit::TestCase $:.unshift(File.dirname(__FILE__) + "/../lib/") if RUBY_VERSION < '1.9' $KCODE = 'u' - require 'jcode' end require 'action_mailer/quoting' include ActionMailer::Quoting -- cgit v1.2.3