aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/action_pack_assertions_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/action_pack_assertions_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/action_pack_assertions_test.rb')
-rw-r--r--actionpack/test/controller/action_pack_assertions_test.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/actionpack/test/controller/action_pack_assertions_test.rb b/actionpack/test/controller/action_pack_assertions_test.rb
index 06827e5fbc..453812c128 100644
--- a/actionpack/test/controller/action_pack_assertions_test.rb
+++ b/actionpack/test/controller/action_pack_assertions_test.rb
@@ -182,14 +182,6 @@ end
# a test case to exercise the new capabilities TestRequest & TestResponse
class ActionPackAssertionsControllerTest < ActionController::TestCase
- # let's get this party started
- def setup
- super
-
- ActionController::Routing.use_controllers!(%w(action_pack_assertions admin/inner_module user content admin/user))
- ActionController::Routing::Routes.load_routes!
- end
-
# -- assertion-based testing ------------------------------------------------
def test_assert_tag_and_url_for