summaryrefslogtreecommitdiff
path: root/spec/services/environments/auto_stop_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/environments/auto_stop_service_spec.rb')
-rw-r--r--spec/services/environments/auto_stop_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/environments/auto_stop_service_spec.rb b/spec/services/environments/auto_stop_service_spec.rb
index b34d15889d3..8e56c7e642c 100644
--- a/spec/services/environments/auto_stop_service_spec.rb
+++ b/spec/services/environments/auto_stop_service_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe Environments::AutoStopService, :clean_gitlab_redis_shared_state do
+RSpec.describe Environments::AutoStopService, :clean_gitlab_redis_shared_state do
include CreateEnvironmentsHelpers
include ExclusiveLeaseHelpers