diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 6021d4ab..2d680fb2 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -12,10 +12,6 @@ SimpleCov.start 'rails' ENV['RAILS_ENV'] ||= 'test' require File.expand_path('../../config/environment', __FILE__) -# Prevent tests from making calls to the Internet -# require 'webmock/rspec' -# WebMock.disable_net_connect!(allow_localhost: true) - require 'rspec/rails' require 'shoulda/matchers' require 'webdrivers'