mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 09:23:44 +08:00
7 lines
137 B
Ruby
7 lines
137 B
Ruby
|
Fabricator(:topic_status_update) do
|
||
|
user
|
||
|
topic
|
||
|
execute_at Time.zone.now + 1.hour
|
||
|
status_type TopicStatusUpdate.types[:close]
|
||
|
end
|