summaryrefslogtreecommitdiff
path: root/spec/workers/database/batched_background_migration/main_execution_worker_spec.rb
blob: 42a3675f7351bab153e3f7c9a6ae3a3f48b8e8d3 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Database::BatchedBackgroundMigration::MainExecutionWorker,
  :clean_gitlab_redis_shared_state,
  feature_category: :database do
    it_behaves_like 'batched background migrations execution worker'
  end