FactoryBot.define do factory :material_identity, class: Ecom::Core::MaterialIdentity do association :material_type material_sub_type { association :material_sub_type, material_type_id: material_type.id } end end