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

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

require 'spec_helper'

RSpec.describe BackgroundMigration::CiDatabaseWorker, :clean_gitlab_redis_shared_state, if: Gitlab::Database.has_config?(:ci) do
  it_behaves_like 'it runs background migration jobs', 'ci'
end