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

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

require 'spec_helper'

RSpec.describe Gitlab::Database::SchemaValidation::Validators::ExtraTables, feature_category: :database do
  include_examples 'table validators', described_class, ['extra_table']
end