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:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-04-21 16:41:11 +0300
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-04-21 16:41:11 +0300
commit0625b15a481b3a3edd88110b3c18031ad9068d2f (patch)
treec382ff09cfb221b492fa14372827bea358f293ae /features/steps/dashboard
parent81112b54051c99c7546b282c47edc176f0aebd40 (diff)
parentabdc4cbef23a14540cc4526d0e5af23852ce1119 (diff)
Merge branch '7-10-rc5' into '7-10-stable'
7.10.0.rc5 cc @job See merge request !1787
Diffstat (limited to 'features/steps/dashboard')
-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 fa52e391f05..ef433c57c6e 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', format: 'md')
+ visit help_page_path("raketasks", "maintenance")
end
step 'I should see "Rake Tasks" page markdown rendered' do