Class: Chef::Audit::RspecFormatter

Inherits:
RSpec::Core::Formatters::DocumentationFormatter
  • Object
show all
Defined in:
lib/chef/audit/rspec_formatter.rb

Instance Method Summary collapse

Instance Method Details

#close(_notification) ⇒ Object

Invoked at the very end, ‘close` allows the formatter to clean up resources, e.g. open streams, etc.

Parameters:

  • _notification (NullNotification)

    (Ignored)



32
33
34
# 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