Merge pull request #2183 from artur-beljajev/update-readme

Update README.md
This commit is contained in:
Thomas Walpole 2019-05-09 08:01:57 -07:00 committed by GitHub
commit 8a41f478ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -277,8 +277,7 @@ end
include Capybara::Minitest::Assertions
# Reset sessions and driver between tests
# Use super wherever this method is redefined in your individual test classes
def teardown
teardown do
Capybara.reset_sessions!
Capybara.use_default_driver
end