Sha256: 7394f2e1b3353a9ffdd8e6fc1c56fd319e9453dd80abb5292e1c41668612d71c
Contents?: true
Size: 344 Bytes
Versions: 10
Compression:
Stored size: 344 Bytes
Contents
FactoryGirl.define do factory :operation, :class => 'RailsWorkflow::Operation' do title "Test Operation" status RailsWorkflow::Operation::NOT_STARTED factory :operation_with_context do context { create :context, data: { msg: "Test" }} end end factory :custom_operation, class: 'RailsWorkflow::CustomOperation' end
Version data entries
10 entries across 10 versions & 1 rubygems