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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
6f59f73c
Commit
6f59f73c
authored
Oct 15, 2016
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into login-ui-improvements
parents
391e109c
808c6aaf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
doc/development/doc_styleguide.md
doc/development/doc_styleguide.md
+1
-1
features/steps/project/graph.rb
features/steps/project/graph.rb
+2
-2
No files found.
doc/development/doc_styleguide.md
View file @
6f59f73c
...
@@ -96,7 +96,7 @@ merge request.
...
@@ -96,7 +96,7 @@ merge request.
-
When introducing a new document, be careful for the headings to be
-
When introducing a new document, be careful for the headings to be
grammatically and syntactically correct. It is advised to mention one or all
grammatically and syntactically correct. It is advised to mention one or all
of the following GitLab members for a review:
`@axil`
,
`@rspeicher`
,
of the following GitLab members for a review:
`@axil`
,
`@rspeicher`
,
`@dblessing`
,
`@ashleys`
. This is to ensure that no document
`@dblessing`
. This is to ensure that no document
with wrong heading is going live without an audit, thus preventing dead links
with wrong heading is going live without an audit, thus preventing dead links
and redirection issues when corrected
and redirection issues when corrected
-
Leave exactly one newline after a heading
-
Leave exactly one newline after a heading
...
...
features/steps/project/graph.rb
View file @
6f59f73c
...
@@ -19,8 +19,8 @@ class Spinach::Features::ProjectGraph < Spinach::FeatureSteps
...
@@ -19,8 +19,8 @@ class Spinach::Features::ProjectGraph < Spinach::FeatureSteps
end
end
step
'page should have languages graphs'
do
step
'page should have languages graphs'
do
expect
(
page
).
to
have_content
"Ruby 66.63 %"
expect
(
page
).
to
have_content
/Ruby 66.* %/
expect
(
page
).
to
have_content
"JavaScript 22.96 %"
expect
(
page
).
to
have_content
/JavaScript 22.* %/
end
end
step
'page should have commits graphs'
do
step
'page should have commits graphs'
do
...
...
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