0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-03-31 14:56:07 +00:00
mastodon/spec/fabricators/account_stat_fabricator.rb

7 lines
118 B
Ruby
Raw Normal View History

Fabricator(:account_stat) do
account nil
statuses_count ""
following_count ""
followers_count ""
end