Sha256: 5cbc39e036285533b39cddaea95b1b06d9ac84d6c47a334c44294e6db3aac5e2
Contents?: true
Size: 233 Bytes
Versions: 2
Compression:
Stored size: 233 Bytes
Contents
FactoryBot.define do factory :token, class: Kuroko2::Token do uuid { SecureRandom.uuid } path '/' script 'execute:' context { Hash.new } job_definition { job_instance.job_definition if job_instance } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kuroko2-0.5.1 | spec/factories/token_factory.rb |
kuroko2-0.5.0 | spec/factories/token_factory.rb |