Commit 5ee0a056 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Resolve conflicts in features/support/env.rb

parent 6c77c0ff
......@@ -11,14 +11,11 @@ if ENV['CI']
end
%w(select2_helper test_env repo_helpers wait_for_requests sidekiq project_forks_helper).each do |f|
<<<<<<< HEAD
require Rails.root.join('spec', 'support', f)
end
# EE-only
%w(test_license).each do |f|
=======
>>>>>>> ce-com/master
require Rails.root.join('spec', 'support', f)
end
......
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