Rename Services to Project services
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
3b0acc9eea
commit
078b3f580e
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue