mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
parent
1153d226d9
commit
cdccad1de4
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue