about summary refs log tree commit diff
path: root/spec/fabricators/account_stat_fabricator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators/account_stat_fabricator.rb')
-rw-r--r--spec/fabricators/account_stat_fabricator.rb6
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