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-04-04 11:22:00 +05:30
|
|
|
it_behaves_like 'it runs background migration jobs', 'main'
|
2017-09-10 17:25:29 +05:30
|
|
|
end
|