fix tests

This commit is contained in:
r888888888
2017-03-15 16:08:47 -07:00
parent da06bee0ab
commit d9a26975ba
9 changed files with 25 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
FactoryGirl.define do
factory(:saved_search) do
tag_query { FFaker::Lorem.words }
category { FFaker::Lorem.word }
query { FFaker::Lorem.words }
labels { [FFaker::Lorem.word] }
user
end
end