springernature/macmillan-utils

View on GitHub
lib/macmillan/utils/cucumber/webmock_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'webmock/cucumber'

Before do
  WebMock.disable_net_connect!(allow_localhost: true, allow: [/capybara-local/, /codeclimate/])
end

After do
  WebMock.reset!
end