Commit 6cce4d18 authored by Rémy Coutable's avatar Rémy Coutable

Fix features/support/env.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent a04056ef
......@@ -18,7 +18,7 @@ end
# EE-only
%w(test_license).each do |f|
require Rails.root.join('spec', 'support', f)
require Rails.root.join('ee', 'spec', 'support', f)
end
Dir["#{Rails.root}/features/steps/shared/*.rb"].each { |file| require file }
......
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