Commit cf7f0947 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch '50746-qa-test-instance-doesn-t-use-the-correct-path-to-spec-files' into 'master'

Resolve "[QA] `Test::Instance` doesn't use the correct path to spec files"

Closes #50746

See merge request gitlab-org/gitlab-ce!21394
parents 09762185 5165a290
......@@ -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