Sha256: 9d0141a6a4c49f949cda6f66baf69564c033c4dd04e4f220d436d96ccf5c0a9d
Contents?: true
Size: 331 Bytes
Versions: 2
Compression:
Stored size: 331 Bytes
Contents
FactoryBot.define do factory :execution, class: Kuroko2::Execution do shell 'echo $NAME' exit_status 0 job_definition { token.job_definition if token } job_instance { token.job_instance if token } context { token.context if token } started_at { Time.current } finished_at { Time.current } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kuroko2-0.5.1 | spec/factories/execution_factory.rb |
kuroko2-0.5.0 | spec/factories/execution_factory.rb |