From 165e417bc6ba66d51d74764db7b59279fb6a923f Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 17 Sep 2013 13:04:11 +0200 Subject: integration tests for session expiry --- test/test_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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 -- cgit v1.2.3