aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/lib/controller
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-09-06 21:19:29 -0500
committerJoshua Peek <josh@joshpeek.com>2009-09-06 21:19:29 -0500
commit1c02fc295dc8281b8c3352bdd95869d5421aff08 (patch)
tree31901d7c8cd5dd4a499a2838c3bbebbd1bff2ae2 /actionpack/test/lib/controller
parentc3accd7ded9ceaaecad55a2b04940e1f0631a614 (diff)
downloadrails-1c02fc295dc8281b8c3352bdd95869d5421aff08.tar.gz
rails-1c02fc295dc8281b8c3352bdd95869d5421aff08.tar.bz2
rails-1c02fc295dc8281b8c3352bdd95869d5421aff08.zip
Fix isolated running of ActionPackAssertionTest
Diffstat (limited to 'actionpack/test/lib/controller')
-rw-r--r--actionpack/test/lib/controller/fake_controllers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/lib/controller/fake_controllers.rb b/actionpack/test/lib/controller/fake_controllers.rb
index 6e02e2d21b..d41547b902 100644
--- a/actionpack/test/lib/controller/fake_controllers.rb
+++ b/actionpack/test/lib/controller/fake_controllers.rb
@@ -9,7 +9,7 @@ module Admin
class UserController < ActionController::Base; end
class NewsFeedController < ActionController::Base; end
end
-
+class ElsewhereController < ActionController::Base; end
# For speed test
class SpeedController < ActionController::Base; end