method
path=
rails latest stable - Class:
ActionDispatch::TestRequest
path=(path)public
No documentation available.
# File actionpack/lib/action_dispatch/testing/test_request.rb, line 42
def path=(path)
set_header("PATH_INFO", path)
end