FactoryBot.define do factory :entry, class: Sis::Core::Entry, parent: :lookup do type { 'Sis::Core::Entry' } end end