tests: add saved searches controller tests.

This commit is contained in:
evazion
2017-02-05 02:04:43 -06:00
parent 64b4004bbf
commit 490864e24d
3 changed files with 63 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
FactoryGirl.define do
factory(:saved_search) do
tag_query "aaa"
tag_query { FFaker::Lorem.words }
category { FFaker::Lorem.word }
user
end
end