summaryrefslogtreecommitdiff
path: root/spec/workers/hashed_storage/project_migrate_worker_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/hashed_storage/project_migrate_worker_spec.rb')
-rw-r--r--spec/workers/hashed_storage/project_migrate_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/hashed_storage/project_migrate_worker_spec.rb b/spec/workers/hashed_storage/project_migrate_worker_spec.rb
index 4b1b5f84fd3..fd460888932 100644
--- a/spec/workers/hashed_storage/project_migrate_worker_spec.rb
+++ b/spec/workers/hashed_storage/project_migrate_worker_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe HashedStorage::ProjectMigrateWorker, :clean_gitlab_redis_shared_state do
+RSpec.describe HashedStorage::ProjectMigrateWorker, :clean_gitlab_redis_shared_state do
include ExclusiveLeaseHelpers
let(:migration_service) { ::Projects::HashedStorage::MigrationService }