debian-mirror-gitlab/spec/workers/background_migration_worker_spec.rb
2022-01-26 12:08:38 +05:30

7 lines
249 B
Ruby

# 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