From 5446ecd5b975890dab5f7120b25ed0e8f91279fa Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 30 Jun 2006 05:27:05 +0000 Subject: Mailer template root applies to a class and its subclasses rather than acting globally. Closes #5555. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4523 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionmailer/test/quoting_test.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'actionmailer/test/quoting_test.rb') diff --git a/actionmailer/test/quoting_test.rb b/actionmailer/test/quoting_test.rb index 6291cd3db6..0b145b1f77 100644 --- a/actionmailer/test/quoting_test.rb +++ b/actionmailer/test/quoting_test.rb @@ -1,7 +1,4 @@ -$:.unshift(File.dirname(__FILE__) + "/../lib/") -$:.unshift(File.dirname(__FILE__) + "/../lib/action_mailer/vendor") - -require 'test/unit' +require "#{File.dirname(__FILE__)}/abstract_unit" require 'tmail' require 'tempfile' -- cgit v1.2.3