Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-10-02 20:42:54 +0400
committerCiro Santilli <ciro.santilli@gmail.com>2014-10-05 20:21:11 +0400
commitfa34901237cc244fe8b828d079af891e63de1c8f (patch)
treeb165b52a7ff478d7338068caab39ae62b7b1d06e /features/snippets
parentac71c386f98fa9b88381abbf9d20e79f57bd7957 (diff)
Make Spinach test names consistent
- do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path
Diffstat (limited to 'features/snippets')
-rw-r--r--features/snippets/discover.feature2
-rw-r--r--features/snippets/snippets.feature2
-rw-r--r--features/snippets/user.feature2
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