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
1 changed files with 1 additions and 0 deletions

View File

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