Skip to content
Snippets Groups Projects
Commit 6ef8d864 authored by Ash McKenzie's avatar Ash McKenzie
Browse files

Merge branch 'revert-8374dd56' into 'master'

Revert "Merge branch 'backport-fix-remaining-prepend-lines' into 'master'"

Closes #65607

See merge request gitlab-org/gitlab-ce!31456
parents aa26a013 8ff68917
No related branches found
No related tags found
No related merge requests found
# frozen_string_literal: true
 
require 'active_support/inflector'
module InjectEnterpriseEditionModule
def prepend_if_ee(constant)
prepend(constant.constantize) if Gitlab.ee?
Loading
Loading
Loading
Loading
@@ -4,9 +4,6 @@ $: << File.expand_path(File.dirname(__FILE__))
 
Encoding.default_external = 'UTF-8'
 
require_relative '../lib/gitlab'
require_relative '../config/initializers/0_inject_enterprise_edition_module'
module QA
##
# GitLab QA runtime classes, mostly singletons.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment