mirror of
https://github.com/inspec/inspec
synced 2024-11-11 07:34:15 +00:00
Merge pull request #1296 from chef/ap/fix-version-docs
docs: quoted version for package resource example
This commit is contained in:
commit
deff8c9e6e
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ The following examples show how to use this InSpec audit resource.
|
|||
|
||||
describe package('nginx') do
|
||||
it { should be_installed }
|
||||
its('version') { should eq 1.9.5 }
|
||||
its('version') { should eq '1.9.5' }
|
||||
end
|
||||
|
||||
### Test that a package is not installed
|
||||
|
|
Loading…
Reference in a new issue