Sha256: 6331c1de0b3c71982bb09fced6c0675c0d60a9e6a3f452db716feca4c990b56c
Contents?: true
Size: 251 Bytes
Versions: 14
Compression:
Stored size: 251 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
14 entries across 14 versions & 1 rubygems