discourse/spec/fabricators/do_not_disturb_fabricator.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
140 B
Ruby
Raw Normal View History

2020-12-18 10:03:51 -05:00
# frozen_string_literal: true
Fabricator(:do_not_disturb_timing) do
user
starts_at { Time.zone.now }
ends_at { 1.hour.from_now }
end