inspec/test/unit/profiles
Steven Danna b2146d8758 Allow users to reference resources from dependencies
All resources from deps are added into the control_eval_context used by
the current profile. However, if there is a name conflict, the last
loaded resource wins. The new `require_resource` dsl method allows the
user to do the following:

    require_resource(profile: 'profile_name',
                     resource: 'other',
                    as: 'renamed')

    describe renamed do
      ...
    end

Signed-off-by: Steven Danna <steve@chef.io>
2016-09-19 19:08:43 +02:00
..
control_eval_context_tests.rb Allow users to reference resources from dependencies 2016-09-19 19:08:43 +02:00
library_eval_context_tests.rb Use per-profile execution contexts for library loading 2016-09-04 20:55:20 +02:00
metadata_test.rb use Gem::Version instead of a regular expression for a test version bump 2016-09-19 18:58:30 +02:00
profile_context_test.rb Remove some warnings during the test run 2016-09-09 14:14:36 +01:00
profile_test.rb Remove some warnings during the test run 2016-09-09 14:14:36 +01:00