aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-06-14 16:32:56 -0700
committerSamuel Giddins <segiddins@segiddins.me>2016-06-21 09:10:06 -0500
commit13bd2b43f33abda2762e7e668e1fc9248e4fb928 (patch)
tree4670437915136437fa555f2df3da74e02d23fa67 /spec/runtime
parent7332185811d77a51cc228d7e18ccbe4f5e553f3a (diff)
downloadbundler-13bd2b43f33abda2762e7e668e1fc9248e4fb928.tar.gz
Change Rakefile to work as a submodule
Diffstat (limited to 'spec/runtime')
-rw-r--r--spec/runtime/setup_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/runtime/setup_spec.rb b/spec/runtime/setup_spec.rb
index 14377ed1..aa74d83b 100644
--- a/spec/runtime/setup_spec.rb
+++ b/spec/runtime/setup_spec.rb
@@ -151,6 +151,7 @@ describe "Bundler.setup" do
bundler_path.to_s,
bundler_path.join("gems/bundler-#{Bundler::VERSION}/lib").to_s,
tmp("rubygems/lib").to_s,
+ root.join("../lib").expand_path.to_s,
]
load_path.map! {|lp| lp.sub(/^#{system_gem_path}/, "") }