class RSpec::Core::Formatters::JsonFormatter

def close(_notification)

def close(_notification)
  output.write @output_hash.to_json
end