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

require 'spec_helper'

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