Sha256: 852934c4696e469ca39dd899ad6707778b0bd136a7a620ee5e617f1c1d4c9b19
Contents?: true
Size: 214 Bytes
Versions: 9
Compression:
Stored size: 214 Bytes
Contents
# frozen_string_literal: true FactoryGirl.define do factory :workflow_error, class: 'RailsWorkflow::Error' do message 'MyString' stack_trace 'MyText' parent_id 1 parent_type 'MyString' end end
Version data entries
9 entries across 9 versions & 1 rubygems