8 lines
169 B
Ruby
8 lines
169 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
Fabricator(:automation_field, from: DiscourseAutomation::Field) do
|
||
|
automation
|
||
|
name "custom_field_name"
|
||
|
component "custom_field"
|
||
|
end
|