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:
authorRobert Speicher <rspeicher@gmail.com>2015-06-04 00:27:23 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-04 01:03:04 +0300
commit6e5473f930c11be6719585b47c47d8552f6b41b5 (patch)
treec758b4a13f902c36651ff68ed6a1e18d5cc597ac /features/steps/admin
parent83e59db55e9bd65a41af69eda893ef39e8fd7aed (diff)
Remove show actions from Admin and Project DeployKeys
Diffstat (limited to 'features/steps/admin')
-rw-r--r--features/steps/admin/deploy_keys.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/features/steps/admin/deploy_keys.rb b/features/steps/admin/deploy_keys.rb
index fb0b611762e..844837d177d 100644
--- a/features/steps/admin/deploy_keys.rb
+++ b/features/steps/admin/deploy_keys.rb
@@ -14,17 +14,6 @@ class Spinach::Features::AdminDeployKeys < Spinach::FeatureSteps
end
end
- step 'I click on first deploy key' do
- click_link DeployKey.are_public.first.title
- end
-
- step 'I should see deploy key details' do
- deploy_key = DeployKey.are_public.first
- current_path.should == admin_deploy_key_path(deploy_key)
- page.should have_content(deploy_key.title)
- page.should have_content(deploy_key.key)
- end
-
step 'I visit admin deploy key page' do
visit admin_deploy_key_path(deploy_key)
end