Skip to content

Use ClimateControl to modify environment variables in specs

Rémy Coutable requested to merge use-climate-control into master

ClimateControl is a more robust and easy way to stub environment variables.

Also, we now reset all the supported environment variables before each run so that environment variables defined in the CI don't make the tests fail.

Merge request reports