mirror of
https://github.com/inspec/inspec
synced 2024-12-19 09:33:20 +00:00
6 lines
87 B
Ruby
6 lines
87 B
Ruby
|
include_controls 'failures'
|
||
|
|
||
|
describe file('/tmp') do
|
||
|
it { should be_directory }
|
||
|
end
|