diff options
author | Phil Hughes <me@iamphill.com> | 2016-02-23 08:42:29 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-02-23 08:42:29 +0000 |
commit | 3ec1bffc6c902fa04d7d4281b26225a9d640424e (patch) | |
tree | 663e042b70052baea6114574e2499ec1a57a7862 /features/project/project.feature | |
parent | 62f4a9de1997fb1281e4d73753d157d2e29940c4 (diff) | |
download | gitlab-ce-empty-repo-instructions-fix.tar.gz |
fix failing testsempty-repo-instructions-fix
Diffstat (limited to 'features/project/project.feature')
-rw-r--r-- | features/project/project.feature | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/features/project/project.feature b/features/project/project.feature index c1e04ada7ca..f1f3ed26065 100644 --- a/features/project/project.feature +++ b/features/project/project.feature @@ -92,7 +92,3 @@ Feature: 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 |