about summary refs log tree commit diff
path: root/spec/fabricators/scheduled_status_fabricator.rb
blob: e517f258a274e0c2b552d2a88af209c33b48d4b8 (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

Fabricator(:scheduled_status) do
  account
  scheduled_at { 20.hours.from_now }
end