FactoryBot.define do factory :attendance_sheet_entry, class: Ecom::Core::AttendanceSheetEntry do association :attendance_sheet association :crew total_hours { 0 } end end