Sha256: f19ecc6198328f0fbf9576faa018e3c47048e4c2a7fcb603da874a46d5742414
Contents?: true
Size: 387 Bytes
Versions: 1
Compression:
Stored size: 387 Bytes
Contents
# frozen_string_literal: true FactoryGirl.define do factory :operation_template, class: 'RailsWorkflow::OperationTemplate' do title 'Operation Template' kind 'default' type nil is_background true association :process_template, factory: :process_template factory :parent_operation_template do child_process { create :process_template } end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_workflow-0.4.4 | spec/factories/operation_templates.rb |