summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDrew Blessing <drew@gitlab.com>2016-08-02 22:46:43 -0600
committerDrew Blessing <drew@gitlab.com>2016-11-01 14:52:59 -0500
commitaf5322e90b47e830e7713482854ddf6450a0d8c1 (patch)
treeaa15e96de4e970a83323da613b4b50eef367e703 /features
parentf73f09b1e079e2c1e1793878437f00731af5e177 (diff)
downloadgitlab-ce-af5322e90b47e830e7713482854ddf6450a0d8c1.tar.gz
Add Rake task to create/repair GitLab Shell hooks symlinks
Diffstat (limited to 'features')
-rw-r--r--features/steps/dashboard/help.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/dashboard/help.rb b/features/steps/dashboard/help.rb
index 9c94dc70df0..3c5bf44c538 100644
--- a/features/steps/dashboard/help.rb
+++ b/features/steps/dashboard/help.rb
@@ -8,7 +8,7 @@ class Spinach::Features::DashboardHelp < Spinach::FeatureSteps
end
step 'I visit the "Rake Tasks" help page' do
- visit help_page_path("raketasks/maintenance")
+ visit help_page_path("administration/raketasks/maintenance")
end
step 'I should see "Rake Tasks" page markdown rendered' do