aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-09-06 22:01:58 -0500
committerJoshua Peek <josh@joshpeek.com>2009-09-06 22:01:58 -0500
commitab8aac09d654c710d8bf4b6410c60ea98e5fd5dc (patch)
tree90ffc20df71061008d700d010fc0c9e9b9b65d2e /actionpack
parent9f47f8d892ee35a08b5556acc4ddbe93b0461cfd (diff)
downloadrails-ab8aac09d654c710d8bf4b6410c60ea98e5fd5dc.tar.gz
rails-ab8aac09d654c710d8bf4b6410c60ea98e5fd5dc.tar.bz2
rails-ab8aac09d654c710d8bf4b6410c60ea98e5fd5dc.zip
Need to reset session in internal integration tests after altering the route set
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/test/controller/integration_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/controller/integration_test.rb b/actionpack/test/controller/integration_test.rb
index 197ba0c69c..93f5bfa272 100644
--- a/actionpack/test/controller/integration_test.rb
+++ b/actionpack/test/controller/integration_test.rb
@@ -371,6 +371,7 @@ class IntegrationProcessTest < ActionController::IntegrationTest
c.connect "/:action"
end
end
+ reset!
yield
end
end