Skip to content

Prevent TestEnv module from being included into RSpec examples

Peter Leitzen requested to merge pl-test-env-no-include into master

What does this MR do and why?

TestEnv contains 38 public and private methods which are made available to all RSpec examples. This can create conflicts with other RSpec helpers.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Peter Leitzen

Merge request reports