Require spree support file that provides a default shipping method for ProductDistributions when building from factory - fixes product seeds

This commit is contained in:
Rohan Mitchell
2013-04-21 08:54:32 +10:00
parent 8f682a6d07
commit dc54be992b

View File

@@ -2,6 +2,7 @@
# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
require File.expand_path('../../spec/factories', __FILE__)
require File.expand_path('../../spec/support/spree/init', __FILE__)
# -- Spree