Method: Inspec::Runner#run

Defined in:
lib/inspec/runner.rb

#run(with = nil) ⇒ Object



109
110
111
# File 'lib/inspec/runner.rb', line 109

def run(with = nil)
  @test_collector.run(with)
end