diff options
author | Rémy Coutable <remy@rymai.me> | 2017-01-13 04:53:58 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-01-13 04:53:58 +0000 |
commit | 2159802c5fa833bb748ad62ce80ab6895e918985 (patch) | |
tree | 742768fc36678743cc8a99c6bbf0a409ae48ad32 /features/dashboard | |
parent | 11001dd97f35e992e157e74110843ee3c7c80aa5 (diff) | |
parent | b9d0eeb5301fefddf71a73d04f237279fdcdea5b (diff) | |
download | gitlab-ce-2159802c5fa833bb748ad62ce80ab6895e918985.tar.gz |
Merge branch 'move-dashboard-help-spinach-to-rspec' into 'master'
Move dashboard help spinach test to rspec
See merge request !8436
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/help.feature | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/features/dashboard/help.feature b/features/dashboard/help.feature deleted file mode 100644 index bca2772897b..00000000000 --- a/features/dashboard/help.feature +++ /dev/null @@ -1,9 +0,0 @@ -@dashboard -Feature: Dashboard Help - Background: - Given I sign in as a user - And I visit the "Rake Tasks" help page - - Scenario: The markdown should be rendered correctly - Then I should see "Rake Tasks" page markdown rendered - And Header "Rebuild project satellites" should have correct ids and links |