This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.
missing?()
Was the URL not found?
# File actionpack/lib/action_controller/test_process.rb, line 179 def missing? response_code == 404 end