Refactor by removing duplicated projects from specs
What does this MR do and why?
Although the best case would be to have both project and merge request as a single instance and set with let_it_be
, this change removes duplicated projects from specs. In more details:
- It removes all duplications of
project
. - It moves the single
project
instance to the top level. - Removes top-level
subject
which was being overridden and only used once.
Related issue: #241497 (closed)
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Zamir Martins