diff options
author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-10 06:35:23 -0700 |
---|---|---|
committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-10 06:35:23 -0700 |
commit | b58155113b46690d9390597f9f1feccf44b00989 (patch) | |
tree | fded841ab9308d4636e21d51c1c808cbf312b87d /features/project/wiki.feature | |
parent | 698500dd786cc931cabeb0f44087c0cd11bd0131 (diff) | |
download | gitlab-ce-b58155113b46690d9390597f9f1feccf44b00989.tar.gz |
add spinach steps for remaining features
Diffstat (limited to 'features/project/wiki.feature')
-rw-r--r-- | features/project/wiki.feature | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/features/project/wiki.feature b/features/project/wiki.feature index 4441ada2847..51370565a3b 100644 --- a/features/project/wiki.feature +++ b/features/project/wiki.feature @@ -1,6 +1,6 @@ -Feature: Wiki - Background: - Given I signin as a user +Feature: Project Wiki + Background: + Given I sign in as a user And I own project "Shop" Given I visit project wiki page |