summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"