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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-07 12:11:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-07 12:11:28 +0300
commit0125f11d6bf7af5817dce9d87a116e2ed6bd1917 (patch)
tree0eb487e65b56a8f0e672b423c0d63948e1e5cb69 /spec/workers
parentc6d5d2148e1e1446c175b5f9a22a4b8c4fd62819 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/workers')
-rw-r--r--spec/workers/environments/auto_stop_cron_worker_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/workers/environments/auto_stop_cron_worker_spec.rb b/spec/workers/environments/auto_stop_cron_worker_spec.rb
index 14a74022a1f..ad44cf97e07 100644
--- a/spec/workers/environments/auto_stop_cron_worker_spec.rb
+++ b/spec/workers/environments/auto_stop_cron_worker_spec.rb
@@ -14,12 +14,4 @@ RSpec.describe Environments::AutoStopCronWorker, feature_category: :continuous_d
subject
end
-
- it 'executes Environments::AutoRecoverService' do
- expect_next_instance_of(Environments::AutoRecoverService) do |service|
- expect(service).to receive(:execute)
- end
-
- subject
- end
end