CFINSPEC-78: Fix errors in documentation

Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
Sonu Saha 2022-04-19 08:01:51 +05:30
parent 75170c94ba
commit 238e445ad4

View file

@ -81,7 +81,7 @@ The following examples show how to use this Chef InSpec audit resource.
```ruby
describe linux_audit_system do
it { should be_purple }
it { should be_enabled }
end
```