mirror of
https://github.com/inspec/inspec
synced 2024-12-19 09:33:20 +00:00
2a1b1d8e88
Signed-off-by: Miah Johnson <miah@chia-pet.org>
5 lines
87 B
Ruby
5 lines
87 B
Ruby
include_controls 'failures'
|
|
|
|
describe file('/tmp') do
|
|
it { should be_directory }
|
|
end
|