diff options
author | Ciro Santilli <ciro.santilli@gmail.com> | 2014-10-07 23:28:38 +0200 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@gmail.com> | 2014-10-07 23:28:38 +0200 |
commit | 901d099ceab49a32e83e14313c630e262a35a427 (patch) | |
tree | 5a188b1070fa5090158091c6d4bf7321148523fa | |
parent | bbc52b000008c9020d2a38dafc09ff3341a69cae (diff) | |
download | gitlab-ce-901d099ceab49a32e83e14313c630e262a35a427.tar.gz |
Upcase missing feature names
-rw-r--r-- | features/admin/active_tab.feature | 2 | ||||
-rw-r--r-- | features/project/source/browse_files.feature | 2 |
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" |