Commit 5165a290 authored by Rémy Coutable's avatar Rémy Coutable

[QA] Fix wrong spec files path in QA::Scenario::Test::Instance

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 09762185
......@@ -26,7 +26,7 @@ module QA
if rspec_options.any?
rspec_options
else
::File.expand_path('../specs/features', __dir__)
::File.expand_path('../../specs/features', __dir__)
end
end
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