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

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

require 'spec_helper'

RSpec.describe Database::BatchedBackgroundMigration::CiDatabaseWorker, :clean_gitlab_redis_shared_state do
  it_behaves_like 'it runs batched background migration jobs', :ci, :ci_builds
end