Methods

Class/Module Index [+]

Quicksearch

ActionController::TestResponse

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.

Public Instance Methods

recycle!() click to toggle source
# File lib/action_controller/test_process.rb, line 289
def recycle!
  headers.delete('ETag')
  headers.delete('Last-Modified')
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.