Commit 3ccecef6 authored by Robert Speicher's avatar Robert Speicher

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

This reverts commit cfed90dc, reversing
changes made to a1e84c1a.
parent cfed90dc
# 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