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

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

require 'spec_helper'

RSpec.describe Gitlab::Schema::Validation::Validators::ExtraForeignKeys, feature_category: :database do
  include_examples 'foreign key validators', described_class, ['public.extra_fk']
end