Method: ActionDispatch::SystemTesting::TestHelpers::SetupAndTeardown#after_teardown
- Defined in:
- actionpack/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb
#after_teardown ⇒ Object
15 16 17 18 19 |
# File 'actionpack/lib/action_dispatch/system_testing/test_helpers/setup_and_teardown.rb', line 15 def after_teardown .reset_sessions! ensure super end |