Sha256: 9c0eb08a33d3d7242ac863199ed6da2771eda95c3f56b4dd5925d8ed5a0c4009
Contents?: true
Size: 224 Bytes
Versions: 11
Compression:
Stored size: 224 Bytes
Contents
FactoryGirl.define do factory :integration_pal_job, class: 'IntegrationPal::Job' do association :worker, factory: :integration_pal_worker status 'pending' progress 0 job_params { {test: 'test'} } end end
Version data entries
11 entries across 11 versions & 1 rubygems