Fix up RSpec tests

This commit is contained in:
CactusPuppy 2021-03-23 13:01:22 -07:00
parent 92926effa5
commit d75ba79b3d
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
4 changed files with 13 additions and 2 deletions

View file

@ -13,8 +13,8 @@ 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 'webmock/rspec'
# WebMock.disable_net_connect!(allow_localhost: true)
require 'rspec/rails'
require 'shoulda/matchers'