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/initializers/google_api_client_spec.rb')
-rw-r--r--spec/initializers/google_api_client_spec.rb17
1 files changed, 0 insertions, 17 deletions
diff --git a/spec/initializers/google_api_client_spec.rb b/spec/initializers/google_api_client_spec.rb
deleted file mode 100644
index 44a1bc0836c..00000000000
--- a/spec/initializers/google_api_client_spec.rb
+++ /dev/null
@@ -1,17 +0,0 @@
-# frozen_string_literal: true
-
-require 'spec_helper'
-
-describe './config/initializers/google_api_client.rb' do
- subject { Google::Apis::ContainerV1beta1 }
-
- it 'is needed' do |example|
- is_expected.not_to be_const_defined(:CloudRunConfig),
- <<-MSG.strip_heredoc
- The google-api-client gem has been upgraded!
- Remove:
- #{example.example_group.description}
- #{example.file_path}
- MSG
- end
-end