diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-03 17:27:23 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-03 18:03:04 -0400 |
commit | 6e5473f930c11be6719585b47c47d8552f6b41b5 (patch) | |
tree | c758b4a13f902c36651ff68ed6a1e18d5cc597ac /features/admin | |
parent | 83e59db55e9bd65a41af69eda893ef39e8fd7aed (diff) | |
download | gitlab-ce-6e5473f930c11be6719585b47c47d8552f6b41b5.tar.gz |
Remove show actions from Admin and Project DeployKeys
Diffstat (limited to 'features/admin')
-rw-r--r-- | features/admin/deploy_keys.feature | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/features/admin/deploy_keys.feature b/features/admin/deploy_keys.feature index 9df47eb51fd..33439cd1e85 100644 --- a/features/admin/deploy_keys.feature +++ b/features/admin/deploy_keys.feature @@ -8,11 +8,6 @@ Feature: Admin Deploy Keys When I visit admin deploy keys page Then I should see all public deploy keys - Scenario: Deploy Keys show - When I visit admin deploy keys page - And I click on first deploy key - Then I should see deploy key details - Scenario: Deploy Keys new When I visit admin deploy keys page And I click 'New Deploy Key' |