1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-28 23:09:12 +09:00
whippy-edition/spec/fabricators/notification_fabricator.rb

5 lines
131 B
Ruby
Raw Normal View History

Fabricator(:notification) do
activity fabricator: [:mention, :status, :follow, :follow_request, :favourite].sample
account
end