summaryrefslogtreecommitdiff
path: root/spec/workers/background_migration_worker_spec.rb
blob: 4297e55ca6c196039311adaf423dc829951e7411 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe BackgroundMigrationWorker, :clean_gitlab_redis_shared_state do
  it_behaves_like 'it runs background migration jobs', 'main', :background_migration_database_health_reschedules
end