From 078b3f580e0f2b34d05297a046f8171673790bc9 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 18 Dec 2013 16:27:52 +0200 Subject: [PATCH] Rename Services to Project services Signed-off-by: Dmitriy Zaporozhets --- app/views/projects/services/index.html.haml | 4 ++-- features/steps/project/project_services.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/projects/services/index.html.haml b/app/views/projects/services/index.html.haml index 9543d97b7..7271dd830 100644 --- a/app/views/projects/services/index.html.haml +++ b/app/views/projects/services/index.html.haml @@ -1,5 +1,5 @@ -%h3.page-title Services -%p.light Services allow you to integrate GitLab with other applications +%h3.page-title Project services +%p.light Project services allow you to integrate GitLab with other applications %hr %ul.bordered-list diff --git a/features/steps/project/project_services.rb b/features/steps/project/project_services.rb index 549968dce..54b3f18e0 100644 --- a/features/steps/project/project_services.rb +++ b/features/steps/project/project_services.rb @@ -8,7 +8,7 @@ class ProjectServices < Spinach::FeatureSteps end step 'I should see list of available services' do - page.should have_content 'Services' + page.should have_content 'Project services' page.should have_content 'Campfire' page.should have_content 'Hipchat' page.should have_content 'GitLab CI' -- 2.11.0