Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-05-28 17:58:02 +0400
committerMarin Jankovski <marin@gitlab.com>2014-05-29 10:58:15 +0400
commitf79a300417120bb2bdd5d5b22c8ced42e5c3dab7 (patch)
tree911eef2e7a33785c9c6f6728e0a2a3a127ac0a40 /features
parenta9580a157a39bd6d7bc046f1bada88eb5d698b9c (diff)
Replace existing links to help pages with the new ones.
Diffstat (limited to 'features')
-rw-r--r--features/steps/help.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/help.rb b/features/steps/help.rb
index 5ea2c5daeeb..770aceadb89 100644
--- a/features/steps/help.rb
+++ b/features/steps/help.rb
@@ -8,7 +8,7 @@ class Spinach::Features::Help < Spinach::FeatureSteps
end
step 'I visit the "Rake Tasks" help page' do
- visit help_raketasks_path
+ visit help_page_path("raketasks", "README")
end
step 'I should see "Rake Tasks" page markdown rendered' do