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:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-12-21 16:17:13 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-12-21 16:17:13 +0300
commitac5fe450ff2af92a7b9d26b6ff51e3bba03afb95 (patch)
tree4c7dc3b773c31202e7945ef211bb41c84a24f551 /spec/services/clusters/update_service_spec.rb
parent82772caf727e3ea59513ffff6693bab1ee37b53f (diff)
Rename `ClusterPlatformConfigureWorker`
Diffstat (limited to 'spec/services/clusters/update_service_spec.rb')
-rw-r--r--spec/services/clusters/update_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/clusters/update_service_spec.rb b/spec/services/clusters/update_service_spec.rb
index 73f9be242a3..b2e6ebecd4a 100644
--- a/spec/services/clusters/update_service_spec.rb
+++ b/spec/services/clusters/update_service_spec.rb
@@ -37,7 +37,7 @@ describe Clusters::UpdateService do
end
before do
- allow(ClusterPlatformConfigureWorker).to receive(:perform_async)
+ allow(ClusterConfigureWorker).to receive(:perform_async)
stub_kubeclient_get_namespace('https://kubernetes.example.com', namespace: 'my-namespace')
end