Sha256: 862c130bf3c63b7343c53647bfbda060f6645e9930621ef4aa4052f72016c17d
Contents?: true
Size: 157 Bytes
Versions: 6
Compression:
Stored size: 157 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :workflow_action, class: Sipity::WorkflowAction do workflow name { 'submit' } end end
Version data entries
6 entries across 6 versions & 1 rubygems