summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-03-11 12:04:32 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-03-11 12:04:32 +0100
commit4b51b372b8d2cf71c3fa0815f5c69819a7877425 (patch)
treec3ac2bfe98b1acf822bfb285c55c47999328e418
parentbcc311f522248842798a17a412076667ebda12ee (diff)
downloadbundler-segiddins/fix-bundle-exec-bundle-install-git-extension.tar.gz
-rw-r--r--spec/install/binstubs_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/install/binstubs_spec.rb b/spec/install/binstubs_spec.rb
index 78ee893b81..15f7e67612 100644
--- a/spec/install/binstubs_spec.rb
+++ b/spec/install/binstubs_spec.rb
@@ -12,6 +12,7 @@ RSpec.describe "bundle install" do
gem "rack"
G
+ FileUtils.mkdir_p system_gem_path
config "BUNDLE_SYSTEM_BINDIR" => system_gem_path("altbin").to_s
bundle :install
expect(the_bundle).to include_gems "rack 1.0.0"