FactoryBot.define do factory :schedule_unit, class: Ecom::Core::ScheduleUnit, parent: :lookup do type { 'Ecom::Core::ScheduleUnit' } end end