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:
Diffstat (limited to 'features/project/public.feature')
-rw-r--r--features/project/public.feature8
1 files changed, 8 insertions, 0 deletions
diff --git a/features/project/public.feature b/features/project/public.feature
new file mode 100644
index 00000000000..c5a9da14c54
--- /dev/null
+++ b/features/project/public.feature
@@ -0,0 +1,8 @@
+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
+