mirror of
https://github.com/inspec/inspec
synced 2024-12-19 01:23:50 +00:00
659b4b373a
Signed-off-by: Miah Johnson <miah@chia-pet.org>
6 lines
88 B
Ruby
6 lines
88 B
Ruby
|
|
include_controls 'failures'
|
|
|
|
describe file('/tmp') do
|
|
it { should be_directory }
|
|
end
|