diff options
author | Sullivan SENECHAL <soullivaneuh@gmail.com> | 2014-10-07 14:06:05 +0200 |
---|---|---|
committer | Sullivan SENECHAL <sullivan@nexylan.com> | 2015-04-03 11:56:50 +0200 |
commit | d365004e684e98459061fcd5fbaf9bea880934a8 (patch) | |
tree | 0a2961445ed5b23e97ed2c7f676bf6bf76a09e78 /features/steps | |
parent | 0d0042d27481d31027a10edb2ba3a184bff5075a (diff) | |
download | gitlab-ce-d365004e684e98459061fcd5fbaf9bea880934a8.tar.gz |
Fix and improve help rendering
Diffstat (limited to 'features/steps')
-rw-r--r-- | features/steps/dashboard/help.rb | 2 |
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 |