diff options
Diffstat (limited to 'spec/fabricators')
-rw-r--r-- | spec/fabricators/account_stat_fabricator.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/fabricators/account_stat_fabricator.rb b/spec/fabricators/account_stat_fabricator.rb new file mode 100644 index 000000000..2b06b4790 --- /dev/null +++ b/spec/fabricators/account_stat_fabricator.rb @@ -0,0 +1,6 @@ +Fabricator(:account_stat) do + account nil + statuses_count "" + following_count "" + followers_count "" +end |