aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-15 15:56:18 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-15 15:56:18 -0700
commitc7ba9aa195196d534109575affab700f7bc10984 (patch)
treeb803820d12861dfdea713d7f5aa400b566f835f6
parent0e558f0bbdbfecf9ebc5218a78ba224a295c432d (diff)
downloadrails-c7ba9aa195196d534109575affab700f7bc10984.tar.gz
rails-c7ba9aa195196d534109575affab700f7bc10984.tar.bz2
rails-c7ba9aa195196d534109575affab700f7bc10984.zip
Get the new base tests to pass
-rw-r--r--actionpack/test/new_base/test_helper.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/test/new_base/test_helper.rb b/actionpack/test/new_base/test_helper.rb
index d92029df7f..722dddcfc2 100644
--- a/actionpack/test/new_base/test_helper.rb
+++ b/actionpack/test/new_base/test_helper.rb
@@ -16,8 +16,7 @@ rescue LoadError
# Debugging disabled. `gem install ruby-debug` to enable.
end
-require 'action_controller/abstract'
-require 'action_controller/new_base'
+require 'action_controller'
require 'pp' # require 'pp' early to prevent hidden_methods from not picking up the pretty-print methods until too late
require 'action_controller/testing/process'