summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-04-03 12:19:12 +0200
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-04-03 12:19:12 +0200
commit9925051ece7bd8758cda9179340b734f6f5c522f (patch)
tree0a2961445ed5b23e97ed2c7f676bf6bf76a09e78 /features
parent0d0042d27481d31027a10edb2ba3a184bff5075a (diff)
parentd365004e684e98459061fcd5fbaf9bea880934a8 (diff)
downloadgitlab-ce-9925051ece7bd8758cda9179340b734f6f5c522f.tar.gz
Merge pull request #7982 from Soullivaneuh/help-images
Fix and improve help rendering
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 ef433c57c6e..fa52e391f05 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('raketasks/maintenance', format: 'md')
end
step 'I should see "Rake Tasks" page markdown rendered' do