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
iv
gitlab-ce
Commits
bbc4b2be
Commit
bbc4b2be
authored
May 24, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix help tests
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
5a1429ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
14 deletions
+3
-14
app/views/help/raketasks.html.haml
app/views/help/raketasks.html.haml
+2
-13
features/steps/help.rb
features/steps/help.rb
+1
-1
No files found.
app/views/help/raketasks.html.haml
View file @
bbc4b2be
...
...
@@ -6,8 +6,6 @@
%ul
.nav.nav-tabs.log-tabs
%li
.active
=
link_to
"Features"
,
"#features"
,
'data-toggle'
=>
'tab'
%li
=
link_to
"Maintenance"
,
"#maintenance"
,
'data-toggle'
=>
'tab'
%li
=
link_to
"User Management"
,
"#user_management"
,
'data-toggle'
=>
'tab'
...
...
@@ -17,16 +15,7 @@
=
link_to
"Cleanup"
,
"#cleanup"
,
'data-toggle'
=>
'tab'
.tab-content
.tab-pane.active
#features
.file-holder
.file-title
%i
.icon-file
Features
.file-content.wiki
=
preserve
do
=
markdown
File
.
read
(
Rails
.
root
.
join
(
"doc"
,
"raketasks"
,
"features.md"
))
.tab-pane
#maintenance
.tab-pane.active
#maintenance
.file-holder
.file-title
%i
.icon-file
...
...
@@ -57,7 +46,7 @@
.file-holder
.file-title
%i
.icon-file
Backup
&
Restore
Backup
&
amp;
Restore
.file-content.wiki
=
preserve
do
=
markdown
File
.
read
(
Rails
.
root
.
join
(
"doc"
,
"raketasks"
,
"backup_restore.md"
))
features/steps/help.rb
View file @
bbc4b2be
...
...
@@ -16,6 +16,6 @@ class Spinach::Features::Help < Spinach::FeatureSteps
end
step
'Header "Rebuild project satellites" should have correct ids and links'
do
header_should_have_correct_id_and_link
(
3
,
'
Rebuild project satellites'
,
'rebuild-project-satellite
s'
)
header_should_have_correct_id_and_link
(
3
,
'
(Re-)Create satellite repos'
,
're-create-satellite-repo
s'
)
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