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