inspec/test/unit/mock/files/ports.conf
Stephan Renatus 79f48afa6c [resources/apache_conf]: add tests, fix bug
before, the resource would throw an exception when include_files
returned nil (i.e., [].flatten!)

added basic unit tests capturing the include_files behaviour
2015-12-07 10:50:48 +01:00

6 lines
77 B
Text

# apache ports.conf
Listen 80
<IfModule ssl_module>
Listen 443
</IfModule>