Class: ActionDispatch::IntegrationTest
- Inherits:
-
Object
- Object
- ActionDispatch::IntegrationTest
- Includes:
- Capybara::Assertions, Capybara::DSL, Capybara::Screenshot::MiniTestPlugin, Warden::Test::Helpers
- Defined in:
- lib/generators/templates/test_helper.rb
Instance Method Summary collapse
-
#after_teardown ⇒ Object
Some apps seem to need this to correctly reset the test_06:_capybara_can_sign_in.
Instance Method Details
#after_teardown ⇒ Object
Some apps seem to need this to correctly reset the test_06:_capybara_can_sign_in
29 30 31 |
# File 'lib/generators/templates/test_helper.rb', line 29 def after_teardown # Some apps seem to need this to correctly reset the test_06:_capybara_can_sign_in super(); .reset_sessions! end |