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

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

require 'spec_helper'

RSpec.describe Gitlab::Schema::Validation::Validators::ExtraIndexes do
  include_examples 'index validators', described_class, ['extra_index']
end