From 563d283e5b35faf9b808fcb63f19c28ee13b004c Mon Sep 17 00:00:00 2001 From: CactusPuppy Date: Thu, 1 Apr 2021 23:00:17 -0700 Subject: [PATCH] Remove redundant comments --- spec/spec_helper.rb | 4 ---- 1 file changed, 4 deletions(-) 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'