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