class RSpecJUnitFormatter

def xml

def xml
  @xml ||= Builder::XmlMarkup.new target: output, indent: 2
end