mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Slimmed up and removed "clever" from file resource description.
Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
b9d49e0fed
commit
f830ddeca6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ module Inspec::Resources
|
|||
name "file"
|
||||
supports platform: "unix"
|
||||
supports platform: "windows"
|
||||
desc "Use the file InSpec audit resource to test all system file types, including files, directories, symbolic links, named pipes, sockets, character devices, block devices, and doors."
|
||||
desc "Use the file InSpec audit resource to test all system file types, including files, directories, symbolic links, etc."
|
||||
example <<~EXAMPLE
|
||||
describe file('path') do
|
||||
it { should exist }
|
||||
|
|
Loading…
Reference in a new issue