lib/inspec/runner.rb in inspec-0.9.6 vs lib/inspec/runner.rb in inspec-0.9.7
- old
+ new
@@ -21,9 +21,12 @@
@profile_id = conf[:id]
@conf = conf.dup
@conf[:logger] ||= Logger.new(nil)
@tests = RSpec::Core::World.new
+ # resets "pending examples" in reporter
+ RSpec.configuration.reset
+
configure_output
configure_transport
end
def normalize_map(hm)