From 775835dc1b9a8f79cdd53d450fd6cd35f131b4a6 Mon Sep 17 00:00:00 2001
From: claucece <soficeli0@gmail.com>
Date: Mon, 5 Oct 2015 21:57:05 -0500
Subject: add test to payments and subscriptions

---
 test/support/browser_integration_test.rb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'test/support')

diff --git a/test/support/browser_integration_test.rb b/test/support/browser_integration_test.rb
index 35887cc..9a02abe 100644
--- a/test/support/browser_integration_test.rb
+++ b/test/support/browser_integration_test.rb
@@ -28,8 +28,7 @@ class BrowserIntegrationTest < ActionDispatch::IntegrationTest
   Capybara.app_host = 'http://lvh.me:3003'
   Capybara.server_port = 3003
   Capybara.javascript_driver = :poltergeist
-  Capybara.default_wait_time = 5
-
+  Capybara.default_max_wait_time = 5
 
   # Make the Capybara DSL available
   include Capybara::DSL
-- 
cgit v1.2.3