summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-05-31 20:21:27 -0700
committerAndre Arko <andre@arko.net>2016-05-31 20:21:27 -0700
commit91db27c2ede378619912bcca4fc30dbcea205148 (patch)
tree4329e758906c2c6587893c116c2987d88ce283f2
parentf2fa27392871637bcf7273f49acba2a99d0b79c3 (diff)
downloadbundler-91db27c2ede378619912bcca4fc30dbcea205148.tar.gz
update default bundle path
-rw-r--r--spec/runtime/setup_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/runtime/setup_spec.rb b/spec/runtime/setup_spec.rb
index 17c6d1de51..e89d5b3a0e 100644
--- a/spec/runtime/setup_spec.rb
+++ b/spec/runtime/setup_spec.rb
@@ -152,7 +152,7 @@ describe "Bundler.setup" do
bundler_path.join("gems/bundler-#{Bundler::VERSION}/lib").to_s,
tmp("rubygems/lib").to_s,
]
- load_path.map! {|lp| lp.sub(/^#{system_gem_path}/, "") }
+ load_path.map! {|lp| lp.sub(/^#{default_bundle_path}/, "") }
expect(load_path).to start_with(
"/gems/rails-2.3.2/lib",