diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-07-15 13:34:05 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-15 14:12:24 -0500 |
commit | cf3ec71aa564c7fe47ec79f8dd5f14e3bce0b85c (patch) | |
tree | 49a3356c4177157b377aeca223a7d1c1e2e3dc17 /spec/fabricators | |
parent | 0a5eba734e6aa6a6e7e8f64b022af8ea129c9f5d (diff) |
local visibility scope, chat scope+tags, unlisted tags
Diffstat (limited to 'spec/fabricators')
-rw-r--r-- | spec/fabricators/chat_account_fabricator.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fabricators/chat_account_fabricator.rb b/spec/fabricators/chat_account_fabricator.rb new file mode 100644 index 000000000..23845a1d6 --- /dev/null +++ b/spec/fabricators/chat_account_fabricator.rb @@ -0,0 +1,2 @@ +Fabricator(:chat_account) do +end |