inspec/test/fixtures/profiles/{{special-path}}/controls/special-path.rb
Ryan Davis db8e6e7415 Moved test/unit/mock/* to test/fixtures
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-11-08 16:29:03 -08:00

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