Method: Inspec::Runner#reset
- Defined in:
- lib/inspec/runner.rb
#reset ⇒ Object
82 83 84 85 86 87 88 |
# File 'lib/inspec/runner.rb', line 82 def reset @test_collector.reset @target_profiles.each do |profile| profile.runner_context.rules = {} end @rules = [] end |