Commit 078b3f580e0f2b34d05297a046f8171673790bc9

Authored by Dmitriy Zaporozhets
1 parent 3b0acc9e

Rename Services to Project services

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/views/projects/services/index.html.haml
1   -%h3.page-title Services
2   -%p.light Services allow you to integrate GitLab with other applications
  1 +%h3.page-title Project services
  2 +%p.light Project services allow you to integrate GitLab with other applications
3 3 %hr
4 4  
5 5 %ul.bordered-list
... ...
features/steps/project/project_services.rb
... ... @@ -8,7 +8,7 @@ class ProjectServices &lt; Spinach::FeatureSteps
8 8 end
9 9  
10 10 step 'I should see list of available services' do
11   - page.should have_content 'Services'
  11 + page.should have_content 'Project services'
12 12 page.should have_content 'Campfire'
13 13 page.should have_content 'Hipchat'
14 14 page.should have_content 'GitLab CI'
... ...