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/project
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/project')
-rw-r--r--features/project/active_tab.feature2
-rw-r--r--features/project/commits/branches.feature2
-rw-r--r--features/project/commits/comments.feature2
-rw-r--r--features/project/commits/commits.feature2
-rw-r--r--features/project/commits/diff_comments.feature2
-rw-r--r--features/project/commits/tags.feature2
-rw-r--r--features/project/commits/user_lookup.feature2
-rw-r--r--features/project/create.feature2
-rw-r--r--features/project/fork.feature2
-rw-r--r--features/project/issues/filter_labels.feature2
-rw-r--r--features/project/issues/labels.feature2
-rw-r--r--features/project/issues/milestones.feature2
-rw-r--r--features/project/network_graph.feature (renamed from features/project/network.feature)0
-rw-r--r--features/project/project.feature2
-rw-r--r--features/project/shortcuts.feature2
-rw-r--r--features/project/source/browse_files.feature2
-rw-r--r--features/project/source/git_blame.feature2
-rw-r--r--features/project/source/markdown_render.feature2
-rw-r--r--features/project/source/multiselect_blob.feature2
-rw-r--r--features/project/source/search_code.feature2
-rw-r--r--features/project/team_management.feature2
21 files changed, 20 insertions, 20 deletions
diff --git a/features/project/active_tab.feature b/features/project/active_tab.feature
index ce90a086688..8d3e0bd967f 100644
--- a/features/project/active_tab.feature
+++ b/features/project/active_tab.feature
@@ -1,4 +1,4 @@
-Feature: Project active tab
+Feature: Project Active Tab
Background:
Given I sign in as a user
And I own a project
diff --git a/features/project/commits/branches.feature b/features/project/commits/branches.feature
index d124cb7eecd..65d8e48b9b3 100644
--- a/features/project/commits/branches.feature
+++ b/features/project/commits/branches.feature
@@ -1,4 +1,4 @@
-Feature: Project Browse branches
+Feature: Project Commits Branches
Background:
Given I sign in as a user
And I own project "Shop"
diff --git a/features/project/commits/comments.feature b/features/project/commits/comments.feature
index a1aa745a681..e176752cfbf 100644
--- a/features/project/commits/comments.feature
+++ b/features/project/commits/comments.feature
@@ -1,4 +1,4 @@
-Feature: Comments on commits
+Feature: Project Commits Comments
Background:
Given I sign in as a user
And I own project "Shop"
diff --git a/features/project/commits/commits.feature b/features/project/commits/commits.feature
index 8a213067548..46076b6f3e6 100644
--- a/features/project/commits/commits.feature
+++ b/features/project/commits/commits.feature
@@ -1,4 +1,4 @@
-Feature: Project Browse commits
+Feature: Project Commits
Background:
Given I sign in as a user
And I own a project
diff --git a/features/project/commits/diff_comments.feature b/features/project/commits/diff_comments.feature
index b26019f832f..a145ec84b78 100644
--- a/features/project/commits/diff_comments.feature
+++ b/features/project/commits/diff_comments.feature
@@ -1,4 +1,4 @@
-Feature: Comments on commit diffs
+Feature: Project Commits Diff Comments
Background:
Given I sign in as a user
And I own project "Shop"
diff --git a/features/project/commits/tags.feature b/features/project/commits/tags.feature
index bea463cb786..02f399f7cad 100644
--- a/features/project/commits/tags.feature
+++ b/features/project/commits/tags.feature
@@ -1,4 +1,4 @@
-Feature: Project Browse tags
+Feature: Project Commits Tags
Background:
Given I sign in as a user
And I own project "Shop"
diff --git a/features/project/commits/user_lookup.feature b/features/project/commits/user_lookup.feature
index 7b194ab9206..db51d4a6cfa 100644
--- a/features/project/commits/user_lookup.feature
+++ b/features/project/commits/user_lookup.feature
@@ -1,4 +1,4 @@
-Feature: Project Browse Commits User Lookup
+Feature: Project Commits User Lookup
Background:
Given I sign in as a user
And I own a project
diff --git a/features/project/create.feature b/features/project/create.feature
index bb8e3a368ed..e9dc4fe6b3c 100644
--- a/features/project/create.feature
+++ b/features/project/create.feature
@@ -1,4 +1,4 @@
-Feature: Create Project
+Feature: Project Create
In order to get access to project sections
A user with ability to create a project
Should be able to create a new one
diff --git a/features/project/fork.feature b/features/project/fork.feature
index dc477ca3bf3..d3d1180db04 100644
--- a/features/project/fork.feature
+++ b/features/project/fork.feature
@@ -1,4 +1,4 @@
-Feature: Fork Project
+Feature: Project Fork
Background:
Given I sign in as a user
And I am a member of project "Shop"
diff --git a/features/project/issues/filter_labels.feature b/features/project/issues/filter_labels.feature
index f4a0a7977cc..2c69a78a749 100644
--- a/features/project/issues/filter_labels.feature
+++ b/features/project/issues/filter_labels.feature
@@ -1,4 +1,4 @@
-Feature: Project Filter Labels
+Feature: Project Issues Filter Labels
Background:
Given I sign in as a user
And I own project "Shop"
diff --git a/features/project/issues/labels.feature b/features/project/issues/labels.feature
index a9fe1595fc5..039a7d83cb1 100644
--- a/features/project/issues/labels.feature
+++ b/features/project/issues/labels.feature
@@ -1,4 +1,4 @@
-Feature: Project Labels
+Feature: Project Issues Labels
Background:
Given I sign in as a user
And I own project "Shop"
diff --git a/features/project/issues/milestones.feature b/features/project/issues/milestones.feature
index e67b5d2d860..9ac65b1257c 100644
--- a/features/project/issues/milestones.feature
+++ b/features/project/issues/milestones.feature
@@ -1,4 +1,4 @@
-Feature: Project Milestones
+Feature: Project Issues Milestones
Background:
Given I sign in as a user
And I own project "Shop"
diff --git a/features/project/network.feature b/features/project/network_graph.feature
index 8beb6043aff..8beb6043aff 100644
--- a/features/project/network.feature
+++ b/features/project/network_graph.feature
diff --git a/features/project/project.feature b/features/project/project.feature
index 47e9600c051..7bb24e013a9 100644
--- a/features/project/project.feature
+++ b/features/project/project.feature
@@ -1,4 +1,4 @@
-Feature: Project Feature
+Feature: Project
Background:
Given I sign in as a user
And I own project "Shop"
diff --git a/features/project/shortcuts.feature b/features/project/shortcuts.feature
index e5f9c103fb1..cfb68bf1f50 100644
--- a/features/project/shortcuts.feature
+++ b/features/project/shortcuts.feature
@@ -1,5 +1,5 @@
@dashboard
-Feature: Project shortcuts
+Feature: Project Shortcuts
Background:
Given I sign in as a user
And I own a project
diff --git a/features/project/source/browse_files.feature b/features/project/source/browse_files.feature
index 1cd3a91667f..20ef7ac5702 100644
--- a/features/project/source/browse_files.feature
+++ b/features/project/source/browse_files.feature
@@ -1,4 +1,4 @@
-Feature: Project Browse files
+Feature: Project Source Browse files
Background:
Given I sign in as a user
And I own project "Shop"
diff --git a/features/project/source/git_blame.feature b/features/project/source/git_blame.feature
index cb993ffc639..48b1077dc6b 100644
--- a/features/project/source/git_blame.feature
+++ b/features/project/source/git_blame.feature
@@ -1,4 +1,4 @@
-Feature: Project Browse git repo
+Feature: Project Source Git Blame
Background:
Given I sign in as a user
And I own project "Shop"
diff --git a/features/project/source/markdown_render.feature b/features/project/source/markdown_render.feature
index fce351317c6..ecbd721c281 100644
--- a/features/project/source/markdown_render.feature
+++ b/features/project/source/markdown_render.feature
@@ -1,4 +1,4 @@
-Feature: Project markdown render
+Feature: Project Source Markdown Render
Background:
Given I sign in as a user
And I own project "Delta"
diff --git a/features/project/source/multiselect_blob.feature b/features/project/source/multiselect_blob.feature
index f60b646a8d9..63b7cb77a93 100644
--- a/features/project/source/multiselect_blob.feature
+++ b/features/project/source/multiselect_blob.feature
@@ -1,4 +1,4 @@
-Feature: Project Multiselect Blob
+Feature: Project Source Multiselect Blob
Background:
Given I sign in as a user
And I own project "Shop"
diff --git a/features/project/source/search_code.feature b/features/project/source/search_code.feature
index 93b326696d0..4f9dcea249f 100644
--- a/features/project/source/search_code.feature
+++ b/features/project/source/search_code.feature
@@ -1,4 +1,4 @@
-Feature: Project Search code
+Feature: Project Source Search Code
Background:
Given I sign in as a user
diff --git a/features/project/team_management.feature b/features/project/team_management.feature
index e153978e043..86ea6cd6e91 100644
--- a/features/project/team_management.feature
+++ b/features/project/team_management.feature
@@ -1,4 +1,4 @@
-Feature: Project Team management
+Feature: Project Team Management
Background:
Given I sign in as a user
And I own project "Shop"