Class

ActionController::TestResponse

Inheritance
< ActionController::Response < Rack::Response < Object
Included Modules
TestResponseBehavior

Integration test methods such as ActionController::Integration::Session#get and ActionController::Integration::Session#post return objects of class TestResponse, which represent the HTTP response results of the requested controller actions.

See Response for more information on controller response objects.

Methods

Instance

Visibility Signature
public recycle! ()

Instance Method Detail

recycle!()