summaryrefslogtreecommitdiff
path: root/spec/workers/database/batched_background_migration/ci_database_worker_spec.rb
blob: 2663c65098611e67ef47e24173fa483c9159bab7 (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'
end