Fix minor typo in sys_info documentation

Signed-off-by: Steven Danna <steve@chef.io>
This commit is contained in:
Steven Danna 2016-09-26 10:56:16 +01:00
parent 66337be2af
commit 57ff8c5e3c
No known key found for this signature in database
GPG key ID: 94DFB46E861A7DAE

View file

@ -6,7 +6,7 @@ module Inspec::Resources
desc 'Use the user InSpec system resource to test for operating system properties.'
example "
describe sysinfo do
describe sys_info do
its('hostname') { should eq 'example.com' }
end
"