From 7da2070a9a7f091cb86bc3a8ea9951d2009b14e6 Mon Sep 17 00:00:00 2001 From: Marcelo JĂșnior Date: Fri, 22 Jul 2016 21:13:24 +0000 Subject: [PATCH] rename test --- plugins/pg_search/test/functional/cms_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pg_search/test/functional/cms_controller_test.rb b/plugins/pg_search/test/functional/cms_controller_test.rb index d643023..3f1a55c 100644 --- a/plugins/pg_search/test/functional/cms_controller_test.rb +++ b/plugins/pg_search/test/functional/cms_controller_test.rb @@ -2,7 +2,7 @@ require "test_helper" class CmsControllerTest < ActionController::TestCase - should 'list communities from base profile' do + should 'list communities available to spread' do env = Environment.default env.enable_plugin(PgSearchPlugin) profile = create_user('profile').person -- libgit2 0.21.2