summaryrefslogtreecommitdiff
path: root/spec/presenters/project_clusterable_presenter_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/presenters/project_clusterable_presenter_spec.rb')
-rw-r--r--spec/presenters/project_clusterable_presenter_spec.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/spec/presenters/project_clusterable_presenter_spec.rb b/spec/presenters/project_clusterable_presenter_spec.rb
index b518c63f0ca..9057b518647 100644
--- a/spec/presenters/project_clusterable_presenter_spec.rb
+++ b/spec/presenters/project_clusterable_presenter_spec.rb
@@ -67,22 +67,6 @@ RSpec.describe ProjectClusterablePresenter do
it { is_expected.to eq(cluster_status_project_cluster_path(project, cluster)) }
end
- describe '#install_applications_cluster_path' do
- let(:application) { :helm }
-
- subject { presenter.install_applications_cluster_path(cluster, application) }
-
- it { is_expected.to eq(install_applications_project_cluster_path(project, cluster, application)) }
- end
-
- describe '#update_applications_cluster_path' do
- let(:application) { :helm }
-
- subject { presenter.update_applications_cluster_path(cluster, application) }
-
- it { is_expected.to eq(update_applications_project_cluster_path(project, cluster, application)) }
- end
-
describe '#clear_cluster_cache_path' do
subject { presenter.clear_cluster_cache_path(cluster) }