Commit 9a90ceb99d5ee7ed10b417eebe63f1e5654bf950
Committed by
Álvaro Fernando Matos de Souza
1 parent
5c456528
Exists in
master
and in
5 other branches
Overall fixes:
- Search controller to only show communities - Translation from search catalog Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
test/functional/search_controller_test.rb
... | ... | @@ -68,6 +68,7 @@ class SearchControllerTest < ActionController::TestCase |
68 | 68 | |
69 | 69 | community_template = create_community("Community Template") |
70 | 70 | community_template.is_template = true |
71 | + community_template.visible = false | |
71 | 72 | community_template.save! |
72 | 73 | |
73 | 74 | get :communities, :query => "Comm" | ... | ... |