Sha256: 8fcf4426f4bd289237bb1cfc8e590c9d7b6a8924766e2fe1a880c1960ba68cdb
Contents?: true
Size: 200 Bytes
Versions: 23
Compression:
Stored size: 200 Bytes
Contents
FactoryGirl.define do factory :product_option_type, :class => Spree::ProductOptionType do product { FactoryGirl.create(:product) } option_type { FactoryGirl.create(:option_type) } end end
Version data entries
23 entries across 23 versions & 2 rubygems