blob: 6cafa6392101b1c63fb4b745848f0f1f268d0f81 (
plain)
1
2
3
4
5
|
require 'factory_girl'
require 'spree/testing_support/factories'
factory_path = "#{File.dirname(__FILE__)}/factories/**/*_factory.rb"
Dir[factory_path].each { |f| require File.expand_path(f) }
|