class Chef::Audit::RspecFormatter
Public Instance Methods
close(_notification)
click to toggle source
@api public
Invoked at the very end, `close` allows the formatter to clean up resources, e.g. open streams, etc.
@param _notification [NullNotification] (Ignored)
# File lib/chef/audit/rspec_formatter.rb, line 32 def close(_notification) # Normally Rspec closes the streams it's given. We don't want it for Chef. end