require 'factory_bot' FactoryBot.define do factory :multi_group_order do group_orders { [create(:group_order)] } association :multi_order end end