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