Sha256: bdd391bb7686e9d98bf1fbddb4235c708cbd1e69164821236d57cb6130b09fc1

Contents?: true

Size: 164 Bytes

Versions: 9

Compression:

Stored size: 164 Bytes

Contents

# frozen_string_literal: true

FactoryGirl.define do
  factory :process_template, class: 'RailsWorkflow::ProcessTemplate' do
    title 'Process Template'
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rails_workflow-0.7.3 spec/factories/process_templates.rb
rails_workflow-0.7.2 spec/factories/process_templates.rb
rails_workflow-0.7.1 spec/factories/process_templates.rb
rails_workflow-0.7.0 spec/factories/process_templates.rb
rails_workflow-0.4.4 spec/factories/process_templates.rb
rails_workflow-0.4.3 spec/factories/process_templates.rb
rails_workflow-0.4.2 spec/factories/process_templates.rb
rails_workflow-0.4.1 spec/factories/process_templates.rb
rails_workflow-0.4.0 spec/factories/process_templates.rb