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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-23 19:03:33 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-23 19:03:33 +0400
commit001096cab8fb8462f8bc3f4bf7073ccca6de7ad3 (patch)
tree9731899a08b4db1149f3ad3b2ab4920482bddaba /features/project
parentf0bfeb6e33f8d3620b7d5d6da8439fbdf954d6cb (diff)
Remove duplicate test
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/project')
-rw-r--r--features/project/public.feature8
1 files changed, 0 insertions, 8 deletions
diff --git a/features/project/public.feature b/features/project/public.feature
deleted file mode 100644
index c5a9da14c54..00000000000
--- a/features/project/public.feature
+++ /dev/null
@@ -1,8 +0,0 @@
-Feature: Public Projects
- Background:
- Given I sign in as a user
-
- Scenario: I should see the list of public projects
- When I visit the public projects area
- Then I should see the list of public projects
-