Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'features/support/capybara.rb')
-rw-r--r--features/support/capybara.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/features/support/capybara.rb b/features/support/capybara.rb
index 1e46b3faf0b..6da8aaac6cb 100644
--- a/features/support/capybara.rb
+++ b/features/support/capybara.rb
@@ -24,8 +24,5 @@ Capybara.ignore_hidden_elements = false
Capybara::Screenshot.prune_strategy = :keep_last_run
Spinach.hooks.before_run do
- require 'spinach/capybara'
- require 'capybara/rails'
-
TestEnv.eager_load_driver_server
end