method
after_teardown
v5.1.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 17
def after_teardown
take_failed_screenshot
Capybara.reset_sessions!
super
end