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/backfill_integrations_enable_ssl_verification_spec.rb')
-rw-r--r--spec/migrations/backfill_integrations_enable_ssl_verification_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/migrations/backfill_integrations_enable_ssl_verification_spec.rb b/spec/migrations/backfill_integrations_enable_ssl_verification_spec.rb
index 28578a3d79a..5029a861d31 100644
--- a/spec/migrations/backfill_integrations_enable_ssl_verification_spec.rb
+++ b/spec/migrations/backfill_integrations_enable_ssl_verification_spec.rb
@@ -3,9 +3,9 @@
require 'spec_helper'
require_migration!
-RSpec.describe BackfillIntegrationsEnableSslVerification do
- let_it_be(:migration) { described_class::MIGRATION }
- let_it_be(:integrations) { described_class::Integration }
+RSpec.describe BackfillIntegrationsEnableSslVerification, feature_category: :authentication_and_authorization do
+ let!(:migration) { described_class::MIGRATION }
+ let!(:integrations) { described_class::Integration }
before do
stub_const("#{described_class.name}::BATCH_SIZE", 2)