remove references to tag subscriptions

This commit is contained in:
r888888888
2017-11-17 13:45:17 -08:00
parent 09234dca4f
commit e70c2a3085
17 changed files with 1 additions and 200 deletions

View File

@@ -1,7 +0,0 @@
FactoryGirl.define do
factory(:tag_subscription) do
name {FFaker::Lorem.words.join(" ")}
is_public true
tag_query "aaa"
end
end