method
after_teardown
v7.1.3.2 -
Show latest stable
- Class:
ActionDispatch::SystemTesting::TestHelpers::SetupAndTeardown
after_teardown()public
No documentation available.
# File actionpack/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb, line 13
def after_teardown
Capybara.reset_sessions!
ensure
super
end