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:
authorPhil Hughes <me@iamphill.com>2016-02-22 20:37:26 +0300
committerPhil Hughes <me@iamphill.com>2016-02-22 20:37:26 +0300
commit62f4a9de1997fb1281e4d73753d157d2e29940c4 (patch)
treec6c1fa4b4d9a0e768f625db7021d4a2cd9c13874 /features/project/project.feature
parent5803a5308f5a7a84cc84dd0a7d8a89565bae0717 (diff)
Users don't get instructions to push to other users empty projects
Fixes #12518
Diffstat (limited to 'features/project/project.feature')
-rw-r--r--features/project/project.feature10
1 files changed, 10 insertions, 0 deletions
diff --git a/features/project/project.feature b/features/project/project.feature
index 1a53945eb04..c1e04ada7ca 100644
--- a/features/project/project.feature
+++ b/features/project/project.feature
@@ -86,3 +86,13 @@ Feature: Project
Given I click notifications drop down button
When I choose Mention setting
Then I should see Notification saved message
+
+ Scenario: I should see command line instructions
+ Given I own an empty project
+ And I visit my empty project page
+ And I create bare repo
+ Then I should see command line instructions
+
+ Scenario: I should not see command line instructions
+ Given I visit an empty project page
+ Then I should not see command line instructions