Commit b3b8e94f authored by Lin Jen-Shin's avatar Lin Jen-Shin

Resolve conflicts

parent 0095cd16
......@@ -3,10 +3,8 @@
module ProtectedBranchAccess
extend ActiveSupport::Concern
include ProtectedRefAccess
<<<<<<< HEAD
include EE::ProtectedRefAccess # Can't use prepend. It'll override wrongly
=======
>>>>>>> upstream/master
included do
belongs_to :protected_branch
......
......@@ -3,10 +3,8 @@
module ProtectedTagAccess
extend ActiveSupport::Concern
include ProtectedRefAccess
<<<<<<< HEAD
include EE::ProtectedRefAccess # Can't use prepend. It'll override wrongly
=======
>>>>>>> upstream/master
included do
belongs_to :protected_tag
......
......@@ -3,10 +3,8 @@ require 'active_support/hash_with_indifferent_access'
require 'active_support/dependencies'
require_dependency 'gitlab'
<<<<<<< HEAD
require_dependency Gitlab.root.join('ee/spec/support/helpers/ee/stub_configuration')
=======
>>>>>>> upstream/master
module StubConfiguration
prepend EE::StubConfiguration
......
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