FactoryBot.define do factory :attendance_sheet_entry, class: 'Ecom::Core::AttendanceSheetEntry' do association :attendance_sheet association :crew total_hours { FFaker::Random.rand(0..8) } end end