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)
|
run(cmd, *args)
|
||||||
end
|
end
|
||||||
|
|
||||||
def lib
|
|
||||||
root.join("lib")
|
|
||||||
end
|
|
||||||
|
|
||||||
def spec
|
def spec
|
||||||
spec_dir.to_s
|
spec_dir.to_s
|
||||||
end
|
end
|
||||||
|
|
|
@ -104,6 +104,10 @@ module Spec
|
||||||
tmp("libs", *args)
|
tmp("libs", *args)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def lib
|
||||||
|
root.join("lib")
|
||||||
|
end
|
||||||
|
|
||||||
def global_plugin_gem(*args)
|
def global_plugin_gem(*args)
|
||||||
home ".bundle", "plugin", "gems", *args
|
home ".bundle", "plugin", "gems", *args
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue