Rename Services to Project services

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2013-12-18 16:27:52 +02:00
parent 3b0acc9eea
commit 078b3f580e
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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'