about summary refs log tree commit diff
path: root/spec/fabricators/account_stat_fabricator.rb
blob: b1b47ffef486d83ee7b690a2d859cdba14f0e7ac (plain) (blame)
1
2
3
4
5
6
Fabricator(:account_stat) do
  account         nil
  statuses_count  ''
  following_count ''
  followers_count ''
end