FactoryBot.define do factory :execution_batch factory 'execution_batch/my_batch', aliases: [:execution_batch_my_batch], class: 'ExecutionBatch::MyBatch', parent: :execution_batch end