Method: Inspec::Runner#reset
- Defined in:
- lib/inspec/runner.rb
#reset ⇒ Object
71 72 73 74 75 76 77 |
# File 'lib/inspec/runner.rb', line 71 def reset @test_collector.reset @target_profiles.each do |profile| profile.runner_context.rules = {} end @rules = [] end |