Commit 2f6b3cb3 authored by Yorick Peterse's avatar Yorick Peterse

Backport EE changes for the schema specs

This backports two EE specific changes made to the schema changes. We do
not yet backport the EE prepend, as this will/can be done when
https://gitlab.com/gitlab-org/gitlab-ce/issues/58170 is implemented.
parent 1286f2c2
# frozen_string_literal: true # frozen_string_literal: true
require 'spec_helper' require 'spec_helper'
require Rails.root.join('ee', 'spec', 'db', 'schema_support') require Rails.root.join('ee', 'spec', 'db', 'schema_support') if Gitlab.ee?
describe 'Database schema' do describe 'Database schema' do
prepend ::EE::DB::SchemaSupport prepend ::EE::DB::SchemaSupport
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment