Skip to content

Commit

Permalink
Consolidate test_help requires
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jan 6, 2009
1 parent 84194ce commit 9b96e8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions railties/lib/test_help.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
silence_warnings { RAILS_ENV = "test" }

require 'test/unit'
require 'active_support/test_case'
require 'action_controller/test_case'
require 'action_controller/test_process'
require 'action_view/test_case'
require 'action_controller/integration'
require 'action_mailer/test_case' if defined?(ActionMailer)
Expand Down

0 comments on commit 9b96e8d

Please sign in to comment.