OSDN Git Service

Rename Services to Project services
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 18 Dec 2013 14:27:52 +0000 (16:27 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 18 Dec 2013 14:27:52 +0000 (16:27 +0200)
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/views/projects/services/index.html.haml
features/steps/project/project_services.rb

index 9543d97..7271dd8 100644 (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
index 549968d..54b3f18 100644 (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'