Skip to content

Fix scoping issues with Spinach tests

Stan Hu requested to merge sh-fix-spinach-5-10-tests into master

Builds such as https://gitlab.com/gitlab-org/gitlab-ce/builds/14929499 were failing due to a name scoping issues with Project. Preceding Project with :: appears to solve it.

Merge request reports