aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime
diff options
context:
space:
mode:
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}/, "") }