0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/plugins/automation/spec/fabricators/automation_fabricator.rb
Osama Sayegh 3d4faf3272
FEATURE: Merge discourse-automation (#26432)
Automation (previously known as discourse-automation) is now a core plugin.
2024-04-03 18:20:43 +03:00

9 lines
262 B
Ruby
Vendored

# frozen_string_literal: true
Fabricator(:automation, from: DiscourseAutomation::Automation) do
name "My Automation"
script "something_about_us"
trigger DiscourseAutomation::Triggers::TOPIC
last_updated_by_id Discourse.system_user.id
enabled true
end