Files
dunlop-core/spec/factories/execution_batch.rb
T
2018-01-20 13:02:44 -03:00

5 lines
187 B
Ruby

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