2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/spec/fabricators/do_not_disturb_fabricator.rb
2020-12-18 09:03:51 -06:00

7 lines
140 B
Ruby

# frozen_string_literal: true
Fabricator(:do_not_disturb_timing) do
user
starts_at { Time.zone.now }
ends_at { 1.hour.from_now }
end