Sha256: ce46f19080d11f50839d4b39619df30f2b59f8b328b2b395f9ea9bce80be3ce8
Contents?: true
Size: 246 Bytes
Versions: 11
Compression:
Stored size: 246 Bytes
Contents
FactoryGirl.define do factory :integration_pal_worker, class: 'IntegrationPal::Worker' do name { SecureRandom.hex } access_id { SecureRandom.hex } secret_key { SecureRandom.hex } settings { {} } job_type 'TestJob' end end
Version data entries
11 entries across 11 versions & 1 rubygems