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/project_clusterable_presenter_spec.rb')
-rw-r--r--spec/presenters/project_clusterable_presenter_spec.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/spec/presenters/project_clusterable_presenter_spec.rb b/spec/presenters/project_clusterable_presenter_spec.rb
index bd4319c9411..dfe4a191ae5 100644
--- a/spec/presenters/project_clusterable_presenter_spec.rb
+++ b/spec/presenters/project_clusterable_presenter_spec.rb
@@ -37,12 +37,6 @@ RSpec.describe ProjectClusterablePresenter do
it { is_expected.to eq(project_clusters_path(project)) }
end
- describe '#new_path' do
- subject { presenter.new_path }
-
- it { is_expected.to eq(new_project_cluster_path(project)) }
- end
-
describe '#connect_path' do
subject { presenter.connect_path }
@@ -55,24 +49,12 @@ RSpec.describe ProjectClusterablePresenter do
it { is_expected.to eq(new_cluster_docs_project_clusters_path(project)) }
end
- describe '#authorize_aws_role_path' do
- subject { presenter.authorize_aws_role_path }
-
- it { is_expected.to eq(authorize_aws_role_project_clusters_path(project)) }
- end
-
describe '#create_user_clusters_path' do
subject { presenter.create_user_clusters_path }
it { is_expected.to eq(create_user_project_clusters_path(project)) }
end
- describe '#create_gcp_clusters_path' do
- subject { presenter.create_gcp_clusters_path }
-
- it { is_expected.to eq(create_gcp_project_clusters_path(project)) }
- end
-
describe '#cluster_status_cluster_path' do
subject { presenter.cluster_status_cluster_path(cluster) }