inspec/lib
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
..
bundles Typo supermarket -> compliance 2016-09-09 14:46:36 +01:00
fetchers Allow supermarket:// and compliance:// in inspec.yml 2016-09-09 14:14:37 +01:00
inspec Allow users to reference resources from dependencies 2016-09-19 19:08:43 +02:00
matchers changed regex for integer to allow 0 2016-08-29 19:39:39 -04:00
resources ssl resource to use inspec.backend.hostname and require train 0.19.1 2016-09-16 10:41:22 +01:00
source_readers Remove SourceReader::Inspec#prepare_load_path 2016-09-07 10:35:58 +02:00
utils handle xinetd config with only one entry 2016-08-16 17:23:22 +02:00
inspec.rb move force encoding to binary only, so that it does not affect the use of inspec in lib mode 2016-09-13 16:18:40 +02:00