mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Passing paths should work in most cases, but on Windows the driver
letter is interpreted as the scheme and causes some case mismatches
because
```
irb> URI.parse("E:").to_s
=> "e:"
```
We fix this by passing file URI's instead.
|
||
|---|---|---|
| .. | ||
| gems | ||
| gemfile_spec.rb | ||
| git_spec.rb | ||
| path_spec.rb | ||
| redownload_spec.rb | ||