inspec/test/unit/mock/profiles/dependencies
Steven Danna 7aa4c6da8e Fix require_controls DSL method
Previous, require_controls was including all controls from the named
profile, despite the documented behavior being that it only includes
controls explicitly pulled in by the user.  The cause was two-fold:

1) A previous refactor meant that we weren't removing the rule from the
correct context, and

2) We weren't descending down the dependency tree when filtering rules.

This commit fixes the require_controls DSL method and adds a test to
help prevent future regressions.

Signed-off-by: Steven Danna <steve@chef.io>
2016-09-26 15:20:56 +02:00
..
inheritance Initial attempt at isolating resources between dependencies 2016-09-04 20:55:20 +02:00
profile_a Initial attempt at isolating resources between dependencies 2016-09-04 20:55:20 +02:00
profile_b Load all dependent libraries, even if include_context isn't called 2016-09-04 20:55:20 +02:00
profile_c Load all dependent libraries, even if include_context isn't called 2016-09-04 20:55:20 +02:00
profile_d Load all dependent libraries, even if include_context isn't called 2016-09-04 20:55:20 +02:00
require_controls_test Fix require_controls DSL method 2016-09-26 15:20:56 +02:00
resource-namespace Allow users to reference resources from dependencies 2016-09-19 19:08:43 +02:00