This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.
redirect?()
Were we redirected?
# File actionpack/lib/action_dispatch/testing/test_response.rb, line 121 def redirect? (300..399).include?(response_code) end