fixed tag subscription tests
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
Factory.define(:tag_subscription) do |f|
|
||||
f.name {Faker::Lorem.words.join(" ")}
|
||||
f.is_public true
|
||||
f.tag_query "aaa"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user