method
after_teardown
v6.1.7.7 -
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 21
def after_teardown
Capybara.reset_sessions!
ensure
super
end