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

extra_indexes_spec.rb « validators « schema_validation « database « gitlab « lib « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 842dbb421204296746c3ac78c9458b1de0dbda97 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Gitlab::Database::SchemaValidation::Validators::ExtraIndexes, feature_category: :database do
  include_examples 'index validators', described_class, ['extra_index']
end