Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
No longer need workarounds since our uri version is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Dec 8, 2019
1 parent de3461d commit fd686dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/support/path.rb
Expand Up @@ -100,8 +100,6 @@ def file_uri_for(path)
protocol = "file://"
root = Gem.win_platform? ? "/" : ""

return protocol + "localhost" + root + path.to_s if RUBY_VERSION < "2.5"

protocol + root + path.to_s
end

Expand Down

0 comments on commit fd686dd

Please sign in to comment.