summaryrefslogtreecommitdiff
path: root/spec/install/path_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/path_spec.rb')
-rw-r--r--spec/install/path_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/install/path_spec.rb b/spec/install/path_spec.rb
index cf15021727..4076eec22a 100644
--- a/spec/install/path_spec.rb
+++ b/spec/install/path_spec.rb
@@ -39,6 +39,7 @@ describe "bundle install" do
it "disallows --path vendor/bundle --system" do
bundle "install --path vendor/bundle --system"
expect(out).to include("Please choose.")
+ expect(exitstatus).to eq(15) if exitstatus
end
it "remembers to disable system gems after the first time with bundle --path vendor/bundle" do