class ActionController::LiveTestResponse

def body

def body
  @body ||= super
end

def recycle!

def recycle!
  @body = nil
  initialize
end