class ActionController::LiveTestResponse

Public Instance Methods

body() click to toggle source
Calls superclass method ActionDispatch::Response#body
# File lib/action_controller/test_case.rb, line 282
def body
  @body ||= super
end
recycle!() click to toggle source
# File lib/action_controller/test_case.rb, line 277
def recycle!
  @body = nil
  initialize
end