Sha256: ddd42239670d5b3353381a618475159b6b91c818e50d82269a5859c79e75c95c

Contents?: true

Size: 276 Bytes

Versions: 5

Compression:

Stored size: 276 Bytes

Contents

# frozen_string_literal: true

module ActionController
  module Testing
    # Behavior specific to functional tests
    module Functional # :nodoc:
      def recycle!
        @_url_options = nil
        self.formats = nil
        self.params = nil
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
actionpack-7.0.0.rc3 lib/action_controller/metal/testing.rb
actionpack-7.0.0.rc2 lib/action_controller/metal/testing.rb
actionpack-7.0.0.rc1 lib/action_controller/metal/testing.rb
actionpack-7.0.0.alpha2 lib/action_controller/metal/testing.rb
actionpack-7.0.0.alpha1 lib/action_controller/metal/testing.rb