Welcome to mirror list, hosted at ThFree Co, Russian Federation.

batched_background_migration_worker_spec.rb « database « workers « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a6c7db60abe12a363ef9a7643c82a993c7bbd4db (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Database::BatchedBackgroundMigrationWorker do
  it_behaves_like 'it runs batched background migration jobs', :main
end