Skip to content

Delete extra `using RSpec::Parameterized::TableSyntax` references

Allison Browne requested to merge ab-clean-up-paramaterized-table-includes into master

What does this MR do?

I noticed while working on the project_spec that we reference using RSpec::Parameterized::TableSyntax many more times than is needed in quite a few specs. Some even include the code at the top and in every spec. This cleans up some of these instances (not all).

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Allison Browne

Merge request reports