Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
078b3f58
Commit
078b3f58
authored
Dec 18, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename Services to Project services
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
3b0acc9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/projects/services/index.html.haml
app/views/projects/services/index.html.haml
+2
-2
features/steps/project/project_services.rb
features/steps/project/project_services.rb
+1
-1
No files found.
app/views/projects/services/index.html.haml
View file @
078b3f58
%h3
.page-title
S
ervices
%p
.light
S
ervices allow you to integrate GitLab with other applications
%h3
.page-title
Project s
ervices
%p
.light
Project s
ervices allow you to integrate GitLab with other applications
%hr
%ul
.bordered-list
...
...
features/steps/project/project_services.rb
View file @
078b3f58
...
...
@@ -8,7 +8,7 @@ class ProjectServices < Spinach::FeatureSteps
end
step
'I should see list of available services'
do
page
.
should
have_content
'
S
ervices'
page
.
should
have_content
'
Project s
ervices'
page
.
should
have_content
'Campfire'
page
.
should
have_content
'Hipchat'
page
.
should
have_content
'GitLab CI'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment