mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-26 05:33:43 +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
|