aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/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/controller
parentc3accd7ded9ceaaecad55a2b04940e1f0631a614 (diff)
downloadrails-1c02fc295dc8281b8c3352bdd95869d5421aff08.tar.gz
rails-1c02fc295dc8281b8c3352bdd95869d5421aff08.tar.bz2
rails-1c02fc295dc8281b8c3352bdd95869d5421aff08.zip
Fix isolated running of ActionPackAssertionTest
Diffstat (limited to 'actionpack/test/controller')
-rw-r--r--actionpack/test/controller/action_pack_assertions_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/controller/action_pack_assertions_test.rb b/actionpack/test/controller/action_pack_assertions_test.rb
index 453812c128..901cb940ea 100644
--- a/actionpack/test/controller/action_pack_assertions_test.rb
+++ b/actionpack/test/controller/action_pack_assertions_test.rb
@@ -1,5 +1,6 @@
require 'abstract_unit'
require 'action_controller/vendor/html-scanner'
+require 'controller/fake_controllers'
# a controller class to facilitate the tests
class ActionPackAssertionsController < ActionController::Base