2019-07-07 11:18:12 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
require 'spec_helper'
|
|
|
|
|
2020-07-28 23:09:34 +05:30
|
|
|
RSpec.describe BackgroundMigrationWorker, :clean_gitlab_redis_shared_state do
|
2022-01-26 12:08:38 +05:30
|
|
|
it_behaves_like 'it runs background migration jobs', 'main', :background_migration_database_health_reschedules
|
2017-09-10 17:25:29 +05:30
|
|
|
end
|