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

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2018-08-27 16:37:43 +02:00
parent 0976218551
commit 5165a2907b
No known key found for this signature in database
GPG Key ID: 98DFFD1C0C62B70B
1 changed files with 1 additions and 1 deletions

View File

@ -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