mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 23:34:52 +00:00
6 lines
135 B
Ruby
6 lines
135 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:notification) do
|
|
activity fabricator: :status
|
|
account { Fabricate.build(:account) }
|
|
end
|