Sha256: 0c29e0726736ceb3b8d1f14992ea21632b3450ed519f91508a35b55b85db7ade
Contents?: true
Size: 450 Bytes
Versions: 14
Compression:
Stored size: 450 Bytes
Contents
FactoryGirl.define do factory :operation, class: Hyrax::Operation do operation_type "Test operation" trait :failing do status Hyrax::Operation::FAILURE end trait :pending do status Hyrax::Operation::PENDING end trait :successful do status Hyrax::Operation::SUCCESS end factory :batch_create_operation, class: Hyrax::BatchCreateOperation do operation_type "Batch Create" end end end
Version data entries
14 entries across 14 versions & 2 rubygems