1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

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