From a8d7cde7a1cf7501e83c8c7852efca487755d284 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Sun, 28 Apr 2019 22:06:19 +0300 Subject: [PATCH] Explicity require the feature helpers --- spec/support/capybara.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/support/capybara.rb b/spec/support/capybara.rb index 8aefc4a..7a5ce6b 100644 --- a/spec/support/capybara.rb +++ b/spec/support/capybara.rb @@ -1,3 +1,5 @@ +require_relative 'feature_helpers' + Capybara.default_max_wait_time = 5 Capybara.asset_host = "http://localhost:3000"