Commit d8e41083 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in spec/spec_helper.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 84825b39
......@@ -93,14 +93,11 @@ RSpec.configure do |config|
config.include WaitForRequests, :js
config.include LiveDebugger, :js
config.include MigrationsHelpers, :migration
<<<<<<< HEAD
# EE only START
config.include EE::LicenseHelpers
config.include Rails.application.routes.url_helpers, type: :routing
# EE only END
=======
>>>>>>> upstream/master
if ENV['CI']
# This includes the first try, i.e. tests will be run 4 times before failing.
......
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