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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
0879babf
Commit
0879babf
authored
May 29, 2014
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix feature.
parent
c1551c6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
features/steps/help.rb
features/steps/help.rb
+3
-3
No files found.
features/steps/help.rb
View file @
0879babf
...
...
@@ -8,14 +8,14 @@ class Spinach::Features::Help < Spinach::FeatureSteps
end
step
'I visit the "Rake Tasks" help page'
do
visit
help_page_path
(
"raketasks"
,
"
README
"
)
visit
help_page_path
(
"raketasks"
,
"
maintenance
"
)
end
step
'I should see "Rake Tasks" page markdown rendered'
do
page
.
should
have_content
"G
itLab provides some specific rake tasks to enable special features or perform maintenance tasks
"
page
.
should
have_content
"G
ather information about GitLab and the system it runs on
"
end
step
'Header "Rebuild project satellites" should have correct ids and links'
do
header_should_have_correct_id_and_link
(
3
,
'(Re-)Create satellite repos'
,
're-create-satellite-repos'
)
header_should_have_correct_id_and_link
(
3
,
'(Re-)Create satellite repos'
,
're-create-satellite-repos'
,
'.documentation'
)
end
end
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