[fix]Fix rake data:test by including webmock

This commit is contained in:
Jimmy 2021-04-16 23:08:44 +08:00 committed by CactusPuppy
parent 62f2b64e1c
commit 25bc05b20c
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -1,4 +1,5 @@
# frozen_string_literal: true
require 'webmock'
namespace :data do
desc 'Create demo data for our local development'