debian-mirror-gitlab/spec/workers/database/batched_background_migration_worker_spec.rb
2022-07-23 20:15:48 +02:00

8 lines
188 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Database::BatchedBackgroundMigrationWorker do
it_behaves_like 'it runs batched background migration jobs', :main
end