mirror of
https://github.com/inspec/inspec
synced 2024-12-21 10:33:23 +00:00
8 lines
106 B
Ruby
8 lines
106 B
Ruby
|
# encoding: utf-8
|
||
|
|
||
|
include_controls 'failures'
|
||
|
|
||
|
describe file('/tmp') do
|
||
|
it { should be_directory }
|
||
|
end
|