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

Commit

Permalink
Normalize URIs in lockfiles before creating them
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Feb 28, 2019
1 parent 907b31b commit d046a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def lockfile(contents = nil)
if contents.nil?
File.open("Gemfile.lock", "r", &:read)
else
create_file("Gemfile.lock", contents)
create_file("Gemfile.lock", normalize_uri_file(contents))
end
end

Expand Down

0 comments on commit d046a1d

Please sign in to comment.