Remove redundant comments

This commit is contained in:
CactusPuppy 2021-04-01 23:00:17 -07:00
parent 11785c665e
commit 9361f0bfd5
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -12,10 +12,6 @@ SimpleCov.start 'rails'
ENV['RAILS_ENV'] ||= 'test' ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__) 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 'rspec/rails'
require 'shoulda/matchers' require 'shoulda/matchers'
require 'webdrivers' require 'webdrivers'