add support for saved search metatag + tests

This commit is contained in:
r888888888
2015-11-24 12:55:18 -08:00
parent 268a821354
commit 21ab11d92a
8 changed files with 182 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
FactoryGirl.define do
factory(:saved_search) do
tag_query "aaa"
end
end