diff options
Diffstat (limited to 'features')
-rw-r--r-- | features/support/env.rb | 2 |
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! |