Remove trailing \\ from iis_site example

Signed-off-by: Jerry Aldrich III <jerry@chef.io>
This commit is contained in:
Jerry Aldrich III 2016-12-09 09:59:49 -05:00
parent c7e15f7fad
commit f2e6577460

View file

@ -131,7 +131,7 @@ The following examples show how to use this InSpec audit resource.
it { should be_running }
it { should have_app_pool('DefaultAppPool') }
it { should have_binding('http *:80:') }
it { should have_path('%SystemDrive%\\inetpub\\wwwroot\\') }
it { should have_path('%SystemDrive%\\inetpub\\wwwroot') }
end
### Test if IIS service is running