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/workers/environments/auto_stop_cron_worker_spec.rb')
-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