This commit is contained in:
r888888888
2017-06-29 16:05:01 -07:00
parent c4503e9971
commit d7690d24b0
6 changed files with 15 additions and 14 deletions

View File

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