Skip to content

Move `ee/spec/helpers/ee/vulnerabilities_helper_spec.rb` to `ee/spec/helpers/`

What does this MR do?

From MR !25383 (comment 318391493):

this whole file should be moved under ee/spec/helpers/vulnerabilities_helper_spec.rb because ee/spec/helpers/ee/ are for modules that are defined in CE but extended in EE. VulnerabilitiesHelper does not exist in CE, its purely EE module. Let's make a follow-up issue.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

There is minimal risk with this change, as it involves moving a spec file location.

Edited by Jonathan Schafer

Merge request reports