Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor and improve URI implementation #6323

Merged
merged 13 commits into from Apr 5, 2019
Merged
3 changes: 1 addition & 2 deletions spec/std/http/request_spec.cr
Expand Up @@ -230,8 +230,7 @@ module HTTP
end

it "falls back to /" do
request = Request.new("GET", "/foo")
request.path = nil
request = Request.new("GET", "")
request.path.should eq("/")
end
end
Expand Down
272 changes: 0 additions & 272 deletions spec/std/uri/uri_parser_spec.cr

This file was deleted.