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