Welcome to mirror list, hosted at ThFree Co, Russian Federation.

background_migration_worker_spec.rb « workers « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4cffbe5be9730d7b1789258fbe7e13972dd6da37 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

require 'spec_helper'

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