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

my_batched_migration_spec.txt « expected_files « batched_background_migration « generators « lib « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 185f6deeade068fe1441d50aa28f5bd1181263fd (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Gitlab::BackgroundMigration::MyBatchedMigration, feature_category: :database do # rubocop:disable Layout/LineLength
  # Tests go here
end