Need to reset session for AR session tests after altering the route set

This commit is contained in:
Joshua Peek 2009-09-06 23:09:47 -05:00
parent 2ae84e04aa
commit 314e18aba2
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ class ActiveRecordStoreTest < ActionController::IntegrationTest
c.connect "/:action"
end
end
reset_app!
yield
end
end