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:
parent
50a91fcd10
commit
745b286161
2 changed files with 4 additions and 4 deletions
|
@ -95,10 +95,6 @@ module Spec
|
|||
run(cmd, *args)
|
||||
end
|
||||
|
||||
def lib
|
||||
root.join("lib")
|
||||
end
|
||||
|
||||
def spec
|
||||
spec_dir.to_s
|
||||
end
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue