diff options
author | claucece <soficeli0@gmail.com> | 2015-10-05 23:28:16 -0500 |
---|---|---|
committer | claucece <soficeli0@gmail.com> | 2015-10-05 23:28:16 -0500 |
commit | 4ead45f7153b2ba420fe0a8c87f1cc83682a8bb4 (patch) | |
tree | 800d5e9ee755b4140a98b909e15392b11164be03 /test/support/browser_integration_test.rb | |
parent | 1aac4a338b5f3ba85d7cdb975c497b71c6041dbc (diff) |
changed capybara time
Diffstat (limited to 'test/support/browser_integration_test.rb')
-rw-r--r-- | test/support/browser_integration_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/browser_integration_test.rb b/test/support/browser_integration_test.rb index 9a02abe..950a395 100644 --- a/test/support/browser_integration_test.rb +++ b/test/support/browser_integration_test.rb @@ -28,7 +28,7 @@ class BrowserIntegrationTest < ActionDispatch::IntegrationTest Capybara.app_host = 'http://lvh.me:3003' Capybara.server_port = 3003 Capybara.javascript_driver = :poltergeist - Capybara.default_max_wait_time = 5 + Capybara.default_wait_time = 5 # Make the Capybara DSL available include Capybara::DSL |