Sha256: bc344c9f9a8db54c8a516fa0f84cbfc6a5d3ff05afb56ceac559f7e1d0533c6c
Contents?: true
Size: 347 Bytes
Versions: 102
Compression:
Stored size: 347 Bytes
Contents
FactoryBot.define do factory :prototype, class: Spree::Prototype do name { 'Baseball Cap' } properties { [create(:property)] } end factory :prototype_with_option_types, class: Spree::Prototype do name { 'Baseball Cap' } properties { [create(:property)] } option_types { [create(:option_type)] } end end
Version data entries
102 entries across 102 versions & 1 rubygems