Skip to content

Commit

Permalink
Autoload AM test case class
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jan 4, 2010
1 parent cf83a6f commit ce56c36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion actionmailer/test/abstract_unit.rb
Expand Up @@ -10,7 +10,6 @@
require 'test/unit'

require 'action_mailer'
require 'action_mailer/test_case'

# Show backtraces for deprecated behavior for quicker cleanup.
ActiveSupport::Deprecation.debug = true
Expand Down
1 change: 0 additions & 1 deletion railties/lib/rails/test_help.rb
Expand Up @@ -8,7 +8,6 @@
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)
Expand Down

0 comments on commit ce56c36

Please sign in to comment.