Commit cfed90dc authored by Robert Speicher's avatar Robert Speicher

Merge branch 'bvl-explicitly-require-gl-repository' into 'master'

Explicityly require `gl_repository` in internal api spec.

Closes #11387

See merge request gitlab-org/gitlab-ee!11900
parents a1e84c1a dda8982f
# frozen_string_literal: true
require 'spec_helper'
# Explicitly require `GlRepository` since if it was autoloaded by a previous spec
# but not really loaded, the `Gitlab::GlRepository` module is not prepended with it's EE counterpart
require_dependency 'lib/gitlab/gl_repository'
describe API::Internal do
describe "POST /internal/allowed" do
context "for design repositories" do
......
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