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

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

require 'spec_helper'

RSpec.describe Gitlab::Schema::Validation::Validators::ExtraTriggers, feature_category: :database do
  include_examples 'trigger validators', described_class, ['extra_trigger']
end