Sha256: 029032da068a6dfebd5b2b8af1d0a1f8e0dea1860a1ce6485ad9f23c679119b8
Contents?: true
Size: 402 Bytes
Versions: 17
Compression:
Stored size: 402 Bytes
Contents
FactoryBot.define do factory :work_product, class: Ecom::Core::WorkProduct do name { FFaker::Name.name } description { FFaker::Name.name } design_reference { FFaker::Guid.guid } association :product_group association :work_product_template association :project remark { FFaker::Name.name } start_date { 1.day.ago } completion_date { Time.now.next_week } end end
Version data entries
17 entries across 17 versions & 1 rubygems