This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'capybara/firebug' | |
# Disable Webmock if needed. | |
WebMock.disable_net_connect!(allow_localhost: true) | |
# Same thing for VCR if it has been imported somewhere. | |
VCR.configure do |c| | |
c.ignore_localhost = true | |
end | |
ENV['NO_PROXY'] = ENV['no_proxy'] = '127.0.0.1' |