mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Adds one more profile inside the require_controls_test to check inheritance
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
6e73969278
commit
57c1484150
1 changed files with 3 additions and 0 deletions
3
test/fixtures/profiles/dependencies/require_controls_test/controls/example1.rb
vendored
Normal file
3
test/fixtures/profiles/dependencies/require_controls_test/controls/example1.rb
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
require_controls 'profile_b' do
|
||||
control 'profileb-2'
|
||||
end
|
Loading…
Add table
Reference in a new issue