Skip to content
Snippets Groups Projects
Verified Commit bbc4b2be authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix help tests

parent 5a1429ae
No related branches found
No related tags found
No related merge requests found
Loading
@@ -6,8 +6,6 @@
Loading
@@ -6,8 +6,6 @@
   
%ul.nav.nav-tabs.log-tabs %ul.nav.nav-tabs.log-tabs
%li.active %li.active
= link_to "Features", "#features", 'data-toggle' => 'tab'
%li
= link_to "Maintenance", "#maintenance", 'data-toggle' => 'tab' = link_to "Maintenance", "#maintenance", 'data-toggle' => 'tab'
%li %li
= link_to "User Management", "#user_management", 'data-toggle' => 'tab' = link_to "User Management", "#user_management", 'data-toggle' => 'tab'
Loading
@@ -17,16 +15,7 @@
Loading
@@ -17,16 +15,7 @@
= link_to "Cleanup", "#cleanup", 'data-toggle' => 'tab' = link_to "Cleanup", "#cleanup", 'data-toggle' => 'tab'
   
.tab-content .tab-content
.tab-pane.active#features .tab-pane.active#maintenance
.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
.file-holder .file-holder
.file-title .file-title
%i.icon-file %i.icon-file
Loading
@@ -57,7 +46,7 @@
Loading
@@ -57,7 +46,7 @@
.file-holder .file-holder
.file-title .file-title
%i.icon-file %i.icon-file
Backup & Restore Backup & Restore
.file-content.wiki .file-content.wiki
= preserve do = preserve do
= markdown File.read(Rails.root.join("doc", "raketasks", "backup_restore.md")) = markdown File.read(Rails.root.join("doc", "raketasks", "backup_restore.md"))
Loading
@@ -16,6 +16,6 @@ class Spinach::Features::Help < Spinach::FeatureSteps
Loading
@@ -16,6 +16,6 @@ class Spinach::Features::Help < Spinach::FeatureSteps
end end
   
step 'Header "Rebuild project satellites" should have correct ids and links' do 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-satellites') header_should_have_correct_id_and_link(3, '(Re-)Create satellite repos', 're-create-satellite-repos')
end end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment