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-08 01:28:38 +0400
committerCiro Santilli <ciro.santilli@gmail.com>2014-10-08 01:28:38 +0400
commit901d099ceab49a32e83e14313c630e262a35a427 (patch)
tree5a188b1070fa5090158091c6d4bf7321148523fa /features
parentbbc52b000008c9020d2a38dafc09ff3341a69cae (diff)
Upcase missing feature names
Diffstat (limited to 'features')
-rw-r--r--features/admin/active_tab.feature2
-rw-r--r--features/project/source/browse_files.feature2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/admin/active_tab.feature b/features/admin/active_tab.feature
index b28e16f0d6a..5de07e90e28 100644
--- a/features/admin/active_tab.feature
+++ b/features/admin/active_tab.feature
@@ -1,5 +1,5 @@
@admin
-Feature: Admin active tab
+Feature: Admin Active Tab
Background:
Given I sign in as an admin
diff --git a/features/project/source/browse_files.feature b/features/project/source/browse_files.feature
index 20ef7ac5702..83f23f66e34 100644
--- a/features/project/source/browse_files.feature
+++ b/features/project/source/browse_files.feature
@@ -1,4 +1,4 @@
-Feature: Project Source Browse files
+Feature: Project Source Browse Files
Background:
Given I sign in as a user
And I own project "Shop"