Commit 2368fff5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Use webmock config from rspec in the spinach

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent deb440c8
......@@ -10,7 +10,9 @@ if ENV['CI']
Knapsack::Adapters::SpinachAdapter.bind
end
%w(select2_helper test_env repo_helpers wait_for_requests sidekiq project_forks_helper).each do |f|
WebMock.enable!
%w(select2_helper test_env repo_helpers wait_for_requests sidekiq project_forks_helper webmock).each do |f|
require Rails.root.join('spec', 'support', f)
end
......@@ -21,9 +23,6 @@ end
Dir["#{Rails.root}/features/steps/shared/*.rb"].each { |file| require file }
WebMock.enable!
WebMock.disable_net_connect!(allow_localhost: true)
Spinach.hooks.before_run do
include RSpec::Mocks::ExampleMethods
include ActiveJob::TestHelper
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment