mirror of
https://github.com/inspec/inspec
synced 2024-12-01 00:49:24 +00:00
11 lines
216 B
Ruby
11 lines
216 B
Ruby
|
title 'special-path'
|
||
|
|
||
|
control 'normal-profile-1.0' do
|
||
|
impact 0.7
|
||
|
title 'Test Paths with Special Chars'
|
||
|
desc 'Not a real test, check with `inspec check`'
|
||
|
describe 'foo' do
|
||
|
it { should eq 'foo' }
|
||
|
end
|
||
|
end
|