Sha256: 4c8cd4b03eef4082e45361647bcc1750f346928f435ff36d0da92c4ba78e6af2
Contents?: true
Size: 181 Bytes
Versions: 4
Compression:
Stored size: 181 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :workflow, class: Sipity::Workflow do sequence(:name) { |n| "generic_work-#{n}" } permission_template end end
Version data entries
4 entries across 4 versions & 1 rubygems