summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorclaucece <soficeli0@gmail.com>2015-10-05 23:28:16 -0500
committerclaucece <soficeli0@gmail.com>2015-10-05 23:28:16 -0500
commit4ead45f7153b2ba420fe0a8c87f1cc83682a8bb4 (patch)
tree800d5e9ee755b4140a98b909e15392b11164be03 /test
parent1aac4a338b5f3ba85d7cdb975c497b71c6041dbc (diff)
changed capybara time
Diffstat (limited to 'test')
-rw-r--r--test/support/browser_integration_test.rb2
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