Incorrect test file name "legacy_pipelines_spec.rb "(space at the end)
Summary
(This is probably not the proper way to report this problem, but since the commit is related to #359982 (closed) via !108041 (merged), I create a bug in groupglobal search.)
This is not a functional bug, but a test file with an incorrect name (there is a space at the end).
The file is https://gitlab.com/gitlab-org/gitlab/-/blob/master/spec/features/projects/pipelines/legacy_pipelines_spec.rb%20.
It has been created by commit 154b1be7.
Steps to reproduce
This filename ending with a space has some side effects:
- trying to perform a "git clone https://gitlab.com/gitlab-org/gitlab.git" in gitbash fails with a
error: invalid path 'spec/features/projects/pipelines/legacy_pipelines_spec.rb '
message. - selecting the file in the file dropdown on page 154b1be7 does not work
- …
What is the current bug behavior?
An empty test file with an incorrect name.
What is the expected correct behavior?
Fix the file name (and, probably, put some tests in it)
Relevant logs and/or screenshots
N/A
Possible fixes
Fix the file name (and, probably, put some tests in it)