class RSpec::Core::Formatters::JsonFormatter

def initialize(output)

def initialize(output)
  super
  @output_hash = {}
end