summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-08-28 09:07:14 -0500
committerSamuel Giddins <segiddins@segiddins.me>2017-08-28 16:21:50 -0500
commitb8c5f702ab58f563faf6652398214d63ab234f8b (patch)
treeca53f8491700c40cf214427b6d7ef25c7872b448
parent6c3f9a25162a7aa4668ee14a8b8a9a6493cb715c (diff)
downloadbundler-seg-auto-clean.tar.gz
Ensure the rackup binstub is present on 2.0 when it should beseg-auto-clean
-rw-r--r--spec/commands/exec_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/commands/exec_spec.rb b/spec/commands/exec_spec.rb
index 61c58e3025..add997f049 100644
--- a/spec/commands/exec_spec.rb
+++ b/spec/commands/exec_spec.rb
@@ -218,6 +218,7 @@ RSpec.describe "bundle exec" do
end
it "raises a helpful error when exec'ing to something outside of the bundle", :rubygems => ">= 2.5.2" do
+ bundle! "config clean false" # want to keep the rackup binstub
install_gemfile! <<-G
source "file://#{gem_repo1}"
gem "with_license"