mirror of
https://github.com/inspec/inspec
synced 2024-12-19 09:33:20 +00:00
5 lines
111 B
Ruby
5 lines
111 B
Ruby
|
control 'test_control_01' do
|
||
|
describe attribute('test_01') do
|
||
|
it { should cmp 'test_value_01' }
|
||
|
end
|
||
|
end
|