inspec/test/fixtures/profiles/inputs/inheritance/child-02/controls/child-02-controls.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

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