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