From 9a90ceb99d5ee7ed10b417eebe63f1e5654bf950 Mon Sep 17 00:00:00 2001 From: Gabriela Navarro Date: Tue, 16 Jun 2015 14:40:10 +0000 Subject: [PATCH] Overall fixes: - Search controller to only show communities - Translation from search catalog --- test/functional/search_controller_test.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/test/functional/search_controller_test.rb b/test/functional/search_controller_test.rb index 35bbb85..01b4022 100644 --- a/test/functional/search_controller_test.rb +++ b/test/functional/search_controller_test.rb @@ -68,6 +68,7 @@ class SearchControllerTest < ActionController::TestCase community_template = create_community("Community Template") community_template.is_template = true + community_template.visible = false community_template.save! get :communities, :query => "Comm" -- libgit2 0.21.2