Skip to content

Refactor by removing duplicated projects from specs

Zamir Martins requested to merge refactor_by_removing_duplicated_projects into master

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:

  1. It removes all duplications of project.
  2. It moves the single project instance to the top level.
  3. 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.

Edited by Zamir Martins

Merge request reports