Commit 7da2070a9a7f091cb86bc3a8ea9951d2009b14e6
1 parent
cb418a44
Exists in
fix_sign_up_form
rename test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/pg_search/test/functional/cms_controller_test.rb
... | ... | @@ -2,7 +2,7 @@ require "test_helper" |
2 | 2 | |
3 | 3 | class CmsControllerTest < ActionController::TestCase |
4 | 4 | |
5 | - should 'list communities from base profile' do | |
5 | + should 'list communities available to spread' do | |
6 | 6 | env = Environment.default |
7 | 7 | env.enable_plugin(PgSearchPlugin) |
8 | 8 | profile = create_user('profile').person | ... | ... |