Merge remote-tracking branch 'origin/master' into merge-upstream

This commit is contained in:
David Yip
2017-11-17 17:40:00 -06:00
67 changed files with 851 additions and 218 deletions
@@ -0,0 +1,5 @@
Fabricator(:list_account) do
list nil
account nil
follow nil
end
+4
View File
@@ -0,0 +1,4 @@
Fabricator(:list) do
account nil
title "MyString"
end