Sha256: 06409ec3b0075d829c7cf8673031b63f6030313c65cad41811635f62436b19ef
Contents?: true
Size: 210 Bytes
Versions: 18
Compression:
Stored size: 210 Bytes
Contents
FactoryBot.define do factory :overtime_sheet_entry, class: 'Ecom::Core::OvertimeSheetEntry' do association :overtime_sheet association :crew total_overtime { FFaker::Random.rand(0..8) } end end
Version data entries
18 entries across 18 versions & 1 rubygems