mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
Improvement to comment
Signed-off-by: Nick Schwaderer <nschwaderer@chef.io>
This commit is contained in:
parent
bb5cfbd434
commit
e5a96bbd98
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ module Inspec
|
|||
if Inspec::Config.cached["retain_waiver_data"]
|
||||
# VERY EXPERIMENTAL, but an empty describe block at the top level
|
||||
# of the control blocks evaluation of ruby code until later-term
|
||||
# waivers. This allows current waiver-data (e.g. skipis) to still
|
||||
# waivers (behind the scenes this tells RSpec to hold on and use its internals to lazy load the code). This allows current waiver-data (e.g. skips) to still
|
||||
# be processed and rendered
|
||||
tests.each do |key, value|
|
||||
cleared_tests = value.split("control ").collect do |element|
|
||||
|
|
Loading…
Reference in a new issue