This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2018-11-18 15:43:52 -08:00
|
|
|
Fabricator(:account_stat) do
|
|
|
|
account nil
|
2023-02-18 14:38:14 -08:00
|
|
|
statuses_count ''
|
|
|
|
following_count ''
|
|
|
|
followers_count ''
|
2018-11-18 15:43:52 -08:00
|
|
|
end
|