HomeSoftware Heritage

Remove OS fact differences in proxy_connect_spec

Description

Remove OS fact differences in proxy_connect_spec

Using it_behaves_like creates a new scope and runs those tests in them.
a mod class, including apache is a shared context and doesn't contain
any tests. When using include_examples, you can actually inherit the
context.

It then goes a step further and reuses that context in every test. This
works because the Apache version is a parameter so it doesn't matter.

After that, nothing refers to the Debian 7 facts anymore and can be
cleaned up.

Details

Provenance
Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>Authored on Feb 7 2021, 12:49 AM
olasdPushed on Dec 28 2021, 10:47 AM
Parents
rSPAPAa0f41cd8678b: Use facts from rspec-puppet-facts where possible
Branches
Unknown
Tags
Unknown

Event Timeline

Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> committed rSPAPAbe0505496c4b: Remove OS fact differences in proxy_connect_spec (authored by Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>).Feb 8 2021, 2:48 PM