Remove unnecessary dependence on WebMock within factories.

This commit is contained in:
CactusPuppy 2021-04-22 19:48:38 -07:00
parent a526938fa9
commit 2fa7ed5542
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
2 changed files with 0 additions and 21 deletions

View file

@ -1,7 +1,5 @@
# frozen_string_literal: true
require 'webmock'
namespace :data do
desc 'Create demo data for our local development'
include FactoryBot::Syntax::Methods