Inspec::Profile: document that it always reads with ignore_supports

This commit is contained in:
Stephan Renatus 2016-02-03 16:27:36 +01:00
parent 828d6ad443
commit e8c7452acf

View file

@ -32,6 +32,7 @@ module Inspec
test_collector: @options.delete(:test_collector),
)
# we're checking a profile, we don't care if it runs on the host machine
@options[:ignore_supports] = true
tests, libs, metadata = @runner.add_tests([@path], @options)
@content = tests + libs + metadata