Sha256: 313a38d9b0030dfc9577350211fd1ea9a080c2f9ca867b9aa89580083f5ce055
Contents?: true
Size: 253 Bytes
Versions: 61
Compression:
Stored size: 253 Bytes
Contents
FactoryBot.define do factory :product_type, class: 'Ecom::Core::ProductType' do name { FFaker::Name.name } association :work_product_template dimension { [{ name: 'length', label: 'length' }, { name: 'width', label: 'width' }] } end end
Version data entries
61 entries across 61 versions & 1 rubygems