Sha256: cdf937e57d8595ba7a6fd73ca2746c6543e283fa775ab9046a5455f7620fab8a
Contents?: true
Size: 284 Bytes
Versions: 17
Compression:
Stored size: 284 Bytes
Contents
FactoryBot.define do factory :site_crew, class: Ecom::Core::SiteCrew do association :crew association :site site_crew_type { Ecom::Core::SiteCrew::SITE_CREW_TYPES.sample } start_date { Time.now } end_date { Time.now + 1.month } status { 'Active' } end end
Version data entries
17 entries across 17 versions & 1 rubygems