diff options
author | Andrey Kumanyaev <me@zzet.org> | 2013-01-23 23:39:47 +0400 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-24 22:31:48 +0200 |
commit | 690db9693fcee3beedc467b48fd9e4bd42ee936d (patch) | |
tree | 5a170279c4b1ce7ec59479066187f0b6b0cb3b30 /features/admin | |
parent | eb99feb4a7e01c4e83203ec014c082205b77ad02 (diff) | |
download | gitlab-ce-690db9693fcee3beedc467b48fd9e4bd42ee936d.tar.gz |
fix tests
Diffstat (limited to 'features/admin')
-rw-r--r-- | features/admin/teams.feature | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/features/admin/teams.feature b/features/admin/teams.feature index 6ca7c4cbe02..b38a71e07b3 100644 --- a/features/admin/teams.feature +++ b/features/admin/teams.feature @@ -1,9 +1,6 @@ Feature: Admin Teams Background: Given I sign in as an admin - #And there are projects in system - #And system has users - #And I have own project And Create gitlab user "John" Scenario: Create a team |