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
Included Modules
Public Instance methods
recycle!()
     # File actionpack/lib/action_controller/test_process.rb, line 289
289:     def recycle!
290:       headers.delete('ETag')
291:       headers.delete('Last-Modified')
292:     end