Class: ActionDispatch::IntegrationTest

Inherits:
Object
  • Object
show all
Includes:
Capybara::Assertions, Capybara::DSL, Capybara::Screenshot::MiniTestPlugin, Warden::Test::Helpers
Defined in:
lib/generators/templates/test_helper.rb

Instance Method Summary collapse

Instance Method Details

#after_teardownObject

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(); Capybara.reset_sessions!
end