module ActionController::Testing::Functional

def recycle!

:nodoc:
Behavior specific to functional tests
def recycle!
  @_url_options = nil
  self.formats = nil
  self.params = nil
end