Method: Inspec::Runner#reset
- Defined in:
- lib/inspec/runner.rb
#reset ⇒ Object
88 89 90 91 92 93 94 |
# File 'lib/inspec/runner.rb', line 88 def reset @test_collector.reset @target_profiles.each do |profile| profile.runner_context.rules = {} end @rules = [] end |