aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/view/test_case_test.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-10-03 20:45:49 -0500
committerJoshua Peek <josh@joshpeek.com>2009-10-03 20:45:49 -0500
commit84e94551f62d3bcbc71f1c6f3fda738342d984e2 (patch)
tree910865aabfd681bc4b71f3dc406f858d41ba963b /actionpack/test/view/test_case_test.rb
parent89630a7c2c3d0f625742e2b84ec28479ff3ecef9 (diff)
downloadrails-84e94551f62d3bcbc71f1c6f3fda738342d984e2.tar.gz
rails-84e94551f62d3bcbc71f1c6f3fda738342d984e2.tar.bz2
rails-84e94551f62d3bcbc71f1c6f3fda738342d984e2.zip
Add custom "with_routing" to internal tests to fix reseting session after using
with_routing. This only affects our internal AP tests.
Diffstat (limited to 'actionpack/test/view/test_case_test.rb')
-rw-r--r--actionpack/test/view/test_case_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/view/test_case_test.rb b/actionpack/test/view/test_case_test.rb
index 3e974b87f7..5db42c4d68 100644
--- a/actionpack/test/view/test_case_test.rb
+++ b/actionpack/test/view/test_case_test.rb
@@ -1,4 +1,5 @@
require 'abstract_unit'
+require 'controller/fake_controllers'
module ActionView
class TestCase