discourse/plugins/automation/spec/fabricators/automation_field_fabricator.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
169 B
Ruby
Raw Normal View History

# frozen_string_literal: true
Fabricator(:automation_field, from: DiscourseAutomation::Field) do
automation
name "custom_field_name"
component "custom_field"
end