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

Merge pull request #32293 from dzirtusss/fix-system-tests-transactions

Fix system tests transactions not closed between examples
This commit is contained in:
Eileen M. Uchitelle 2018-03-21 09:38:52 -04:00 committed by GitHub
commit 3791180d77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ module ActionDispatch
def after_teardown
take_failed_screenshot
Capybara.reset_sessions!
ensure
super
end
end