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

different_definition_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: b9744c86b804ff8f6c9d9c5bdfee05a9dfeaeca6 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

require 'spec_helper'

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