mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-26 05:31:36 +01:00
8 lines
149 B
Ruby
8 lines
149 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:account_stat) do
|
|
account nil
|
|
statuses_count ''
|
|
following_count ''
|
|
followers_count ''
|
|
end
|