inspec/lib
Adam Leff c146a76679 File permission checks should return false unless file exists
Currently, #readable?, #writeable?, and #executable? will incorrectly
return true if the file does not exist.

In addition, I took the opportunity to refactor the File resource to
make it easier to write unit tests and supplied a full unit test
suite for this resource.
2015-12-08 19:57:34 +01:00
..
inspec hide summary output when running interactively (inspec shell) 2015-12-07 11:12:41 +01:00
matchers generalize matcher 2015-10-25 21:33:36 +01:00
resources File permission checks should return false unless file exists 2015-12-08 19:57:34 +01:00
utils fix optional type argument handling 2015-12-04 14:27:32 +01:00
inspec.rb rename vulcanosec -> inspec 2015-10-26 12:34:15 +01:00