summaryrefslogtreecommitdiff
path: root/spec/workers/database/batched_background_migration/ci_database_worker_spec.rb
blob: f3cf5450048e7c5036d20829e3e70c9cf03c9ce0 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Database::BatchedBackgroundMigration::CiDatabaseWorker, :clean_gitlab_redis_shared_state do
  it_behaves_like 'it runs batched background migration jobs', 'ci', feature_flag: :execute_batched_migrations_on_schedule_ci_database
end