Skip to content

Commit

Permalink
[rubygems/rubygems] The home helper method already joins internally
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored and matzbot committed Jun 6, 2024
1 parent 30d028e commit 7fbc9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bundler/bundler/plugin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 257,7 @@
end

it "returns plugin dir in global bundle path" do
expect(subject.root).to eq(home.join(".bundle/plugin"))
expect(subject.root).to eq(home(".bundle/plugin"))
end
end
end
Expand Down

0 comments on commit 7fbc9ff

Please sign in to comment.