Files
spree_digital/spec/factories/digital_factory.rb
2012-07-09 13:32:45 -04:00

6 lines
215 B
Ruby

FactoryGirl.define do
factory :digital, :class => Spree::Digital do |f|
# TODO good to assign variant association if no association is manually defined
# f.variant { |p| p.association(:variant) }
end
end