summaryrefslogtreecommitdiff
path: root/features/projects/commits/branches.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/projects/commits/branches.feature')
-rw-r--r--features/projects/commits/branches.feature13
1 files changed, 13 insertions, 0 deletions
diff --git a/features/projects/commits/branches.feature b/features/projects/commits/branches.feature
new file mode 100644
index 00000000000..2b136e1b582
--- /dev/null
+++ b/features/projects/commits/branches.feature
@@ -0,0 +1,13 @@
+Feature: Browse branches
+ Background:
+ Given I signin as a user
+ And I own project "Shop"
+ Given I visit project branches page
+
+ Scenario: I can see all git branches
+
+ Scenario: I can download project by branch
+
+ Scenario: I can view protected branches
+
+ Scenario: I can manage protected branches