This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/spec/fabricators/topic_timer_fabricator.rb

9 lines
150 B
Ruby

# frozen_string_literal: true
Fabricator(:topic_timer) do
user
topic
execute_at { 1.hour.from_now }
status_type TopicTimer.types[:close]
end