Sha256: 5be97a917c10a9856fb7866c1b3bdf6254e5ade08f85930f47b3419d905aa25b
Contents?: true
Size: 384 Bytes
Versions: 4
Compression:
Stored size: 384 Bytes
Contents
FactoryBot.define do factory :execution_history, class: Kuroko2::ExecutionHistory do hostname { 'rspec' } worker_id { 1 } queue { '@default' } job_definition { create(:job_definition) } job_instance { create(:job_instance, job_definition: job_definition) } shell { 'echo $NAME' } started_at { Time.current } finished_at { Time.current } end end
Version data entries
4 entries across 4 versions & 1 rubygems