Slimmed up and removed "clever" from file resource description.

Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
Ryan Davis 2020-01-27 15:28:18 -08:00
parent b9d49e0fed
commit f830ddeca6

View file

@ -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 }