diff options
author | Azul <azul@leap.se> | 2013-09-17 13:04:11 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-09-17 13:04:11 +0200 |
commit | 165e417bc6ba66d51d74764db7b59279fb6a923f (patch) | |
tree | db8183b93ad5e500a1698524447fa8efb813d606 /test | |
parent | 5433d2889b2aa1fe3eaa1003c2268edbddd04c2e (diff) |
integration tests for session expiry
Diffstat (limited to 'test')
-rw-r--r-- | test/test_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index 26b99f4..b2f674d 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -36,6 +36,7 @@ Capybara.default_wait_time = 5 class BrowserIntegrationTest < ActionDispatch::IntegrationTest # Make the Capybara DSL available include Capybara::DSL + include IntegrationTestHelper teardown do Capybara.reset_sessions! # Forget the (simulated) browser state |