1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-17 16:18:29 +09:00
whippy-edition/spec/fabricators/account_stat_fabricator.rb

9 lines
149 B
Ruby
Raw Normal View History

# frozen_string_literal: true
Fabricator(:account_stat) do
account nil
statuses_count ''
following_count ''
followers_count ''
end