aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_controller
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2009-03-12 13:18:15 -0600
committerYehuda Katz <wycats@gmail.com>2009-03-12 13:18:15 -0600
commit72b365ece9322b323203ef423aef4554b1b27bbc (patch)
treefed909a681d57660669669f52a629623549c2d4f /actionpack/test/abstract_controller
parent0c92a51dadc48fc64c7c35606c5616d2f40be107 (diff)
downloadrails-72b365ece9322b323203ef423aef4554b1b27bbc.tar.gz
rails-72b365ece9322b323203ef423aef4554b1b27bbc.tar.bz2
rails-72b365ece9322b323203ef423aef4554b1b27bbc.zip
Move Abstract stuff to autoload
Diffstat (limited to 'actionpack/test/abstract_controller')
-rw-r--r--actionpack/test/abstract_controller/test_helper.rb11
1 files changed, 6 insertions, 5 deletions
diff --git a/actionpack/test/abstract_controller/test_helper.rb b/actionpack/test/abstract_controller/test_helper.rb
index 9f94baea35..5fbd3a9e23 100644
--- a/actionpack/test/abstract_controller/test_helper.rb
+++ b/actionpack/test/abstract_controller/test_helper.rb
@@ -15,8 +15,9 @@ rescue LoadError
# Debugging disabled. `gem install ruby-debug` to enable.
end
-require 'action_controller/abstract/base'
-require 'action_controller/abstract/renderer'
-require 'action_controller/abstract/layouts'
-require 'action_controller/abstract/callbacks'
-require 'action_controller/abstract/helpers' \ No newline at end of file
+require 'action_controller/abstract'
+# require 'action_controller/abstract/base'
+# require 'action_controller/abstract/renderer'
+# require 'action_controller/abstract/layouts'
+# require 'action_controller/abstract/callbacks'
+# require 'action_controller/abstract/helpers' \ No newline at end of file