1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-23 11:03:50 -05:00
tootlab-mastodon/spec/fabricators/notification_request_fabricator.rb

8 lines
170 B
Ruby
Raw Normal View History

# frozen_string_literal: true
Fabricator(:notification_request) do
account
from_account { Fabricate.build(:account) }
last_status { Fabricate.build(:status) }
end