mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-18 12:52:52 +00:00
9 lines
149 B
Ruby
9 lines
149 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:account_stat) do
|
|
account nil
|
|
statuses_count ''
|
|
following_count ''
|
|
followers_count ''
|
|
end
|