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/env.rb')
-rw-r--r--features/support/env.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/features/support/env.rb b/features/support/env.rb
index 6ebd012a40f..5a34159ec92 100644
--- a/features/support/env.rb
+++ b/features/support/env.rb
@@ -21,8 +21,6 @@ require_relative 'rerun'
require Rails.root.join('spec', 'support', f)
end
-Knapsack::Adapters::CucumberAdapter.bind
-
Dir["#{Rails.root}/features/steps/shared/*.rb"].each { |file| require file }
WebMock.allow_net_connect!