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/migrations/20221018062308_schedule_backfill_project_namespace_details_spec.rb')
-rw-r--r--spec/migrations/20221018062308_schedule_backfill_project_namespace_details_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/migrations/20221018062308_schedule_backfill_project_namespace_details_spec.rb b/spec/migrations/20221018062308_schedule_backfill_project_namespace_details_spec.rb
index 4dd6d5757ce..4175d9b1ad8 100644
--- a/spec/migrations/20221018062308_schedule_backfill_project_namespace_details_spec.rb
+++ b/spec/migrations/20221018062308_schedule_backfill_project_namespace_details_spec.rb
@@ -3,10 +3,10 @@
require 'spec_helper'
require_migration!
-RSpec.describe ScheduleBackfillProjectNamespaceDetails, schema: 20221018062308 do
+RSpec.describe ScheduleBackfillProjectNamespaceDetails, schema: 20221018062308, feature_category: :projects do
context 'when on gitlab.com' do
- let_it_be(:background_migration) { described_class::MIGRATION }
- let_it_be(:migration) { described_class.new }
+ let!(:background_migration) { described_class::MIGRATION }
+ let!(:migration) { described_class.new }
before do
migration.up