mirror of
https://github.com/glitch-soc/mastodon
synced 2025-09-11 05:11:15 +00:00
6 lines
137 B
Ruby
6 lines
137 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:mention) do
|
|
account { Fabricate.build(:account) }
|
|
status { Fabricate.build(:status) }
|
|
end
|