Merge pull request #1296 from chef/ap/fix-version-docs

docs: quoted version for package resource example
This commit is contained in:
Alex Pop 2016-11-17 11:29:13 +00:00 committed by GitHub
commit deff8c9e6e

View file

@ -64,7 +64,7 @@ The following examples show how to use this InSpec audit resource.
describe package('nginx') do describe package('nginx') do
it { should be_installed } it { should be_installed }
its('version') { should eq 1.9.5 } its('version') { should eq '1.9.5' }
end end
### Test that a package is not installed ### Test that a package is not installed