From 9da153c2d39f52c55af59a42b8551763b5821900 Mon Sep 17 00:00:00 2001 From: Carlhuda Date: Thu, 18 Mar 2010 11:30:31 -0700 Subject: Fix an error in isolated running of tests --- actionmailer/test/old_base/url_test.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'actionmailer/test/old_base/url_test.rb') diff --git a/actionmailer/test/old_base/url_test.rb b/actionmailer/test/old_base/url_test.rb index 0b8bef233b..17b383cc2a 100644 --- a/actionmailer/test/old_base/url_test.rb +++ b/actionmailer/test/old_base/url_test.rb @@ -26,14 +26,6 @@ class UrlTestMailer < ActionMailer::Base @recipient = recipient @welcome_url = url_for :host => "example.com", :controller => "welcome", :action => "greeting" end - - class <