Module: ActionController::Testing::Functional
- Included in:
- Metal
- Defined in:
- actionpack/lib/action_controller/metal/testing.rb
Overview
Behavior specific to functional tests
Instance Method Summary collapse
Instance Method Details
permalink #recycle! ⇒ Object
[View source]
9 10 11 12 13 |
# File 'actionpack/lib/action_controller/metal/testing.rb', line 9 def recycle! @_url_options = nil self.formats = nil self.params = nil end |