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:
Diffstat (limited to 'spec/presenters/instance_clusterable_presenter_spec.rb')
-rw-r--r--spec/presenters/instance_clusterable_presenter_spec.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/spec/presenters/instance_clusterable_presenter_spec.rb b/spec/presenters/instance_clusterable_presenter_spec.rb
index 3e7ee7a0ff6..4265e2fcb69 100644
--- a/spec/presenters/instance_clusterable_presenter_spec.rb
+++ b/spec/presenters/instance_clusterable_presenter_spec.rb
@@ -21,20 +21,6 @@ describe InstanceClusterablePresenter do
it { is_expected.to eq(authorize_aws_role_admin_clusters_path) }
end
- describe '#revoke_aws_role_path' do
- subject { described_class.new(instance).revoke_aws_role_path }
-
- it { is_expected.to eq(revoke_aws_role_admin_clusters_path) }
- end
-
- describe '#aws_api_proxy_path' do
- let(:resource) { 'resource' }
-
- subject { described_class.new(instance).aws_api_proxy_path(resource) }
-
- it { is_expected.to eq(aws_proxy_admin_clusters_path(resource: resource)) }
- end
-
describe '#clear_cluster_cache_path' do
subject { presenter.clear_cluster_cache_path(cluster) }