diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-10-06 00:48:00 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-10-06 00:48:00 +0200 |
commit | ff43500024f707a435cbcad43eb4d467368aabfe (patch) | |
tree | 1a57a0f4c5879a5b17188bbe1b7a65114927be34 /features/snippets | |
parent | bb929c2117c8a45620eb37b55d43f5cb8a215572 (diff) | |
parent | fa34901237cc244fe8b828d079af891e63de1c8f (diff) | |
download | gitlab-ce-ff43500024f707a435cbcad43eb4d467368aabfe.tar.gz |
Merge pull request #7940 from cirosantilli/uniform-spinach-names
Make Spinach test names consistent [failure unrelated]
Diffstat (limited to 'features/snippets')
-rw-r--r-- | features/snippets/discover.feature | 2 | ||||
-rw-r--r-- | features/snippets/snippets.feature | 2 | ||||
-rw-r--r-- | features/snippets/user.feature | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/features/snippets/discover.feature b/features/snippets/discover.feature index f0b8d3a408a..5094062c8c3 100644 --- a/features/snippets/discover.feature +++ b/features/snippets/discover.feature @@ -1,5 +1,5 @@ @snippets -Feature: Discover Snippets +Feature: Snippets Discover Background: Given I sign in as a user And I have public "Personal snippet one" snippet diff --git a/features/snippets/snippets.feature b/features/snippets/snippets.feature index 38216dd5b7b..4c4e3ee2cff 100644 --- a/features/snippets/snippets.feature +++ b/features/snippets/snippets.feature @@ -1,5 +1,5 @@ @snippets -Feature: Snippets Feature +Feature: Snippets Background: Given I sign in as a user And I have public "Personal snippet one" snippet diff --git a/features/snippets/user.feature b/features/snippets/user.feature index d032a33686b..424794f73fd 100644 --- a/features/snippets/user.feature +++ b/features/snippets/user.feature @@ -1,5 +1,5 @@ @snippets -Feature: User Snippets +Feature: Snippets User Background: Given I sign in as a user And I have public "Personal snippet one" snippet |