module ActionController::TestResponseBehavior

def xml

def xml
  @_nokogiri_xml ||= Nokogiri::XML(body)
end