scheduled_status_fabricator.rb 84 B

1234
  1. Fabricator(:scheduled_status) do
  2. account
  3. scheduled_at { 20.hours.from_now }
  4. end