diff options
author | jessib <jessib@riseup.net> | 2013-09-19 12:07:25 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2013-09-19 12:07:25 -0700 |
commit | 3a2e64c75f67af89ffd78dbf80dd947896d85d22 (patch) | |
tree | ea17ee32d763bb875e4814b09ed1f443c112980c /test/test_helper.rb | |
parent | e8a2db42813dc3f5d1ebb95eb896455d7a922505 (diff) | |
parent | 890c9e170fc038eccb46eca3c1ddcf6f05eaa53f (diff) |
Merge branch 'develop' into feature/only_lower_case_aliases
Diffstat (limited to 'test/test_helper.rb')
-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 |