mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-01 20:45:56 +00:00
5 lines
131 B
Ruby
5 lines
131 B
Ruby
Fabricator(:notification) do
|
|
activity fabricator: [:mention, :status, :follow, :follow_request, :favourite].sample
|
|
account
|
|
end
|