mirror of
https://github.com/inspec/inspec
synced 2025-01-10 12:19:17 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
6 lines
209 B
Ruby
6 lines
209 B
Ruby
control 'child-02-control-01' do
|
|
describe input('test-03') do
|
|
# This value was set by the wrapper via an alias, inheritance-child-02/test-02
|
|
it { should cmp 'value-from-wrapper-metadata' }
|
|
end
|
|
end
|