diff options
author | Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com> | 2009-06-15 15:56:18 -0700 |
---|---|---|
committer | Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com> | 2009-06-15 15:56:18 -0700 |
commit | c7ba9aa195196d534109575affab700f7bc10984 (patch) | |
tree | b803820d12861dfdea713d7f5aa400b566f835f6 /actionpack | |
parent | 0e558f0bbdbfecf9ebc5218a78ba224a295c432d (diff) | |
download | rails-c7ba9aa195196d534109575affab700f7bc10984.tar.gz rails-c7ba9aa195196d534109575affab700f7bc10984.tar.bz2 rails-c7ba9aa195196d534109575affab700f7bc10984.zip |
Get the new base tests to pass
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/test/new_base/test_helper.rb | 3 |
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' |