Update gems.

This commit is contained in:
evazion
2019-12-05 23:48:39 -06:00
parent 0a5d8f57d5
commit 5cdccf4b93
3 changed files with 30 additions and 22 deletions

View File

@@ -12,6 +12,7 @@ require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
require 'cache'
require 'webmock/minitest'
require 'mocha/minitest'
Dir[File.expand_path(File.dirname(__FILE__) + "/factories/*.rb")].each {|file| require file}
Dir[File.expand_path(File.dirname(__FILE__) + "/test_helpers/*.rb")].each {|file| require file}