Fix ssh_config example

This commit is contained in:
Tim Smith 2016-01-14 17:34:37 -08:00 committed by Christoph Hartmann
parent 1050591e33
commit 820da7f943

View file

@ -3888,7 +3888,7 @@ The following examples show how to use this InSpec audit resource.
describe ssh_config do
its('cipher') { should contain '3des' }
its('port') { should '22' }
its('port') { should eq '22' }
its('hostname') { should include('example.com') }
end