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