summaryrefslogtreecommitdiff
path: root/features/dashboard
diff options
context:
space:
mode:
authorCiro Santillli <ciro.santilli@gmail.com>2014-02-04 08:48:33 +0100
committerCiro Santillli <ciro.santilli@gmail.com>2014-02-11 16:23:33 +0100
commit61748c993de8a38300c0c038cec5a07e6c324cd6 (patch)
treeaf9693096914e2de64eaf5bdde06f59b90317eaa /features/dashboard
parent1284f21c073e42c44b9faa7b0ad1ec90b66ca8fb (diff)
downloadgitlab-ce-61748c993de8a38300c0c038cec5a07e6c324cd6.tar.gz
Headers have ids and link to their own id.
Diffstat (limited to 'features/dashboard')
-rw-r--r--features/dashboard/help.feature8
1 files changed, 8 insertions, 0 deletions
diff --git a/features/dashboard/help.feature b/features/dashboard/help.feature
new file mode 100644
index 00000000000..02ec688f804
--- /dev/null
+++ b/features/dashboard/help.feature
@@ -0,0 +1,8 @@
+Feature: 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