mirror of
https://github.com/inspec/inspec
synced 2024-12-18 09:03:12 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
5 lines
No EOL
111 B
Ruby
5 lines
No EOL
111 B
Ruby
control 'test_control_01' do
|
|
describe attribute('test_01') do
|
|
it { should cmp 'test_value_01' }
|
|
end
|
|
end |