Signed-off-by: borgified <borgified@gmail.com>
This commit is contained in:
borgified 2018-04-06 14:10:13 -07:00 committed by Jared Quick
parent 1153d226d9
commit cdccad1de4

View file

@ -28,7 +28,7 @@ where
The following examples show how to use this InSpec audit resource.
### Test if the root partition is greater thank 32000 MB
### Test if the root partition is greater than 32000 MB
describe filesystem('/') do
its('size') { should be >= 32000 }