Commit cf90fddc authored by Eric Eastwood's avatar Eric Eastwood

Fix EE-specific conflict in fixture stubbed feature

parent 572e10e8
...@@ -18,10 +18,7 @@ describe 'Projects (JavaScript fixtures)', type: :controller do ...@@ -18,10 +18,7 @@ describe 'Projects (JavaScript fixtures)', type: :controller do
before do before do
# EE-specific start # EE-specific start
<<<<<<< HEAD
stub_licensed_features(variable_environment_scope: true) stub_licensed_features(variable_environment_scope: true)
=======
>>>>>>> upstream/master
# EE specific end # EE specific end
project.add_master(admin) project.add_master(admin)
sign_in(admin) sign_in(admin)
......
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