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:
parent
2ae84e04aa
commit
314e18aba2
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ class ActiveRecordStoreTest < ActionController::IntegrationTest
|
|||
c.connect "/:action"
|
||||
end
|
||||
end
|
||||
reset_app!
|
||||
yield
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue