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: 1048a06bb1243ab35c993eca90df2f1cdc727bc7 (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), feature_category: :database do
  it_behaves_like 'it runs background migration jobs', 'ci'
end