inspec/test/unit/mock/profiles/old-examples/inheritance/controls/example.rb
devoptimist 2d49f39adc moved example tests into their own sub dir, and reused examples_path variable
Signed-off-by: devoptimist <sbrown@chef.io>
2019-03-18 15:15:32 +00:00

14 lines
281 B
Ruby

# encoding: utf-8
# copyright: 2016, Chef Software, Inc.
# manipulate controls of `profile`
include_controls 'profile' do
skip_control 'tmp-1.0'
control 'gordon-1.0' do
impact 0.0
end
end
# load all controls of `profile-attribute`
include_controls 'profile-attribute'