diff options
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 | 
