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:
7 8 9 10 11 |
# File 'lib/action_controller/metal/testing.rb', line 7 def recycle! @_url_options = nil self.formats = nil self.params = nil end |