mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
10 lines
216 B
Ruby
10 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
|