[fix]Fix rake data:test by including webmock

This commit is contained in:
Jimmy 2021-04-16 23:08:44 +08:00
parent bf945c4b5a
commit 19af4e4f12
No known key found for this signature in database
GPG key ID: FAE75C760A4A5CC6

View file

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