aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/test_test.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-08-25 23:34:48 -0500
committerJoshua Peek <josh@joshpeek.com>2009-08-25 23:34:48 -0500
commit78129b1731a1e6f3b091e996bcf55917d84b5f0e (patch)
treec0a67853e12d5825dfaf645de7292ef96b4c9ba8 /actionpack/test/controller/test_test.rb
parent5bc66f160d03bd60a748ac65728227ed9e4fc577 (diff)
downloadrails-78129b1731a1e6f3b091e996bcf55917d84b5f0e.tar.gz
rails-78129b1731a1e6f3b091e996bcf55917d84b5f0e.tar.bz2
rails-78129b1731a1e6f3b091e996bcf55917d84b5f0e.zip
Track all AC base subclasses as possible controllers for internal testing
Diffstat (limited to 'actionpack/test/controller/test_test.rb')
-rw-r--r--actionpack/test/controller/test_test.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/test/controller/test_test.rb b/actionpack/test/controller/test_test.rb
index 84c97851ee..73870a56bb 100644
--- a/actionpack/test/controller/test_test.rb
+++ b/actionpack/test/controller/test_test.rb
@@ -123,9 +123,6 @@ XML
@controller = TestController.new
@request = ActionController::TestRequest.new
@response = ActionController::TestResponse.new
-
- ActionController::Routing.use_controllers! %w(content admin/user test_test/test)
- ActionController::Routing::Routes.load_routes!
end
def test_raw_post_handling