summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-11-02 10:40:48 +0000
committerRémy Coutable <remy@rymai.me>2016-11-02 10:40:48 +0000
commit808d49978cfaec49474993add3b153ad86ed880b (patch)
tree7a9ae99ecfdf1434e5ecfa3b459b00595d0b3eff /features
parentd733a966e472a2a0377c5758657bba6228a57080 (diff)
parentaf5322e90b47e830e7713482854ddf6450a0d8c1 (diff)
downloadgitlab-ce-808d49978cfaec49474993add3b153ad86ed880b.tar.gz
Merge branch 'create_hooks_rake' into 'master'
Add Rake task to create/repair GitLab Shell hooks symlinks ## What does this MR do? Adds a Rake task wrapper around `gitlab-shell` `bin/create_hooks` script. This makes it easier for an administrator to repair hooks symlinks without worrying about where repository data is located, etc. Just run this task and it takes care of everything based on current configuration. ## Are there points in the code the reviewer needs to double check? No. ## Why was this MR needed? `bin/create_hooks` was not well-documented. It requires parameters specifying where repository data is located. It also needs to be run by the `git` user. Wrapping it in a Rake task allows us to take current configuration in to account and makes it easier on the administrator. See merge request !5634
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