summaryrefslogtreecommitdiff
path: root/spec/workers/database/batched_background_migration_worker_spec.rb
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