1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[bundler/bundler] Move lib helper together with path helpers

https://github.com/bundler/bundler/commit/f2df73bdb4
This commit is contained in:
David Rodríguez 2019-08-06 13:16:15 +02:00 committed by Hiroshi SHIBATA
parent 50a91fcd10
commit 745b286161
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
2 changed files with 4 additions and 4 deletions

View file

@ -95,10 +95,6 @@ module Spec
run(cmd, *args)
end
def lib
root.join("lib")
end
def spec
spec_dir.to_s
end

View file

@ -104,6 +104,10 @@ module Spec
tmp("libs", *args)
end
def lib
root.join("lib")
end
def global_plugin_gem(*args)
home ".bundle", "plugin", "gems", *args
end