From ce56c36cd392d6ab0505f0dc4df04c3ad2c074f1 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Mon, 4 Jan 2010 16:02:30 -0600 Subject: [PATCH] Autoload AM test case class --- actionmailer/test/abstract_unit.rb | 1 - railties/lib/rails/test_help.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/actionmailer/test/abstract_unit.rb b/actionmailer/test/abstract_unit.rb index af6f1bc92e..50b8a53006 100644 --- a/actionmailer/test/abstract_unit.rb +++ b/actionmailer/test/abstract_unit.rb @@ -10,7 +10,6 @@ require 'rubygems' require 'test/unit' require 'action_mailer' -require 'action_mailer/test_case' # Show backtraces for deprecated behavior for quicker cleanup. ActiveSupport::Deprecation.debug = true diff --git a/railties/lib/rails/test_help.rb b/railties/lib/rails/test_help.rb index 696b65f8bf..c1e7334ab8 100644 --- a/railties/lib/rails/test_help.rb +++ b/railties/lib/rails/test_help.rb @@ -8,7 +8,6 @@ require 'rack/test' require 'test/unit' require 'active_support/core_ext/kernel/requires' -require 'action_mailer/test_case' if defined?(ActionMailer) require 'active_model/test_case' if defined?(ActiveModel) if defined?(ActiveRecord)