diff options
Diffstat (limited to 'features/steps/help.rb')
-rw-r--r-- | features/steps/help.rb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/features/steps/help.rb b/features/steps/help.rb deleted file mode 100644 index 0d1c9c00376..00000000000 --- a/features/steps/help.rb +++ /dev/null @@ -1,21 +0,0 @@ -class Spinach::Features::Help < Spinach::FeatureSteps - include SharedAuthentication - include SharedPaths - include SharedMarkdown - - step 'I visit the help page' do - visit help_path - end - - step 'I visit the "Rake Tasks" help page' do - visit help_page_path("raketasks", "maintenance") - end - - step 'I should see "Rake Tasks" page markdown rendered' do - page.should have_content "Gather information about GitLab and the system it runs on" - end - - step 'Header "Rebuild project satellites" should have correct ids and links' do - header_should_have_correct_id_and_link(2, '(Re-)Create satellite repositories', 're-create-satellite-repositories', '.documentation') - end -end |