aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller.rb
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-15 16:14:45 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-15 16:14:45 -0700
commit7b1f483fda4fc8e4fc931649364a211a9f9d945f (patch)
treee6f12b4a0da80319246fcdcc3c077ec595dd2f0a /actionpack/lib/action_controller.rb
parentc7ba9aa195196d534109575affab700f7bc10984 (diff)
downloadrails-7b1f483fda4fc8e4fc931649364a211a9f9d945f.tar.gz
rails-7b1f483fda4fc8e4fc931649364a211a9f9d945f.tar.bz2
rails-7b1f483fda4fc8e4fc931649364a211a9f9d945f.zip
Get all of rake tests to pass
Diffstat (limited to 'actionpack/lib/action_controller.rb')
-rw-r--r--actionpack/lib/action_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller.rb b/actionpack/lib/action_controller.rb
index 8e5e5736ab..924c58e0e8 100644
--- a/actionpack/lib/action_controller.rb
+++ b/actionpack/lib/action_controller.rb
@@ -20,12 +20,14 @@ module ActionController
# require 'action_controller/routing'
autoload :Caching, 'action_controller/caching'
autoload :Dispatcher, 'action_controller/dispatch/dispatcher'
+ autoload :Integration, 'action_controller/testing/integration'
autoload :MimeResponds, 'action_controller/old_base/mime_responds'
autoload :PolymorphicRoutes, 'action_controller/routing/generation/polymorphic_routes'
autoload :RecordIdentifier, 'action_controller/record_identifier'
autoload :Resources, 'action_controller/routing/resources'
autoload :SessionManagement, 'action_controller/old_base/session_management'
autoload :TestCase, 'action_controller/testing/test_case'
+ autoload :TestProcess, 'action_controller/testing/process'
autoload :UrlRewriter, 'action_controller/routing/generation/url_rewriter'
autoload :UrlWriter, 'action_controller/routing/generation/url_rewriter'