Method: ActionDispatch::SystemTesting::TestHelpers::SetupAndTeardown#after_teardown

Defined in:
actionpack/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb

#after_teardownObject



15
16
17
18
19
# File 'actionpack/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb', line 15

def after_teardown
  Capybara.reset_sessions!
ensure
  super
end