discourse/spec/fabricators/user_status_fabricator.rb

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

10 lines
154 B
Ruby
Raw Normal View History

2022-05-27 05:15:14 -04:00
# frozen_string_literal: true
Fabricator(:user_status) do
user
set_at { Time.zone.now }
description { "off to dentists" }
emoji { "tooth" }
end