summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-06 16:57:01 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-07 09:57:11 +0100
commit5ab7cc6f9c5a009528e7d8b3079e24622bbd776c (patch)
treefb3d7591c7b64222e18385b477e8a3a48b08639a
parentc760aebe00c612f1dc2f37c85186387cea549c99 (diff)
downloadbundler-5ab7cc6f9c5a009528e7d8b3079e24622bbd776c.tar.gz
Add missing assertion to one spec
-rw-r--r--spec/install/gems/compact_index_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/install/gems/compact_index_spec.rb b/spec/install/gems/compact_index_spec.rb
index a294b83d1c..0c28cca306 100644
--- a/spec/install/gems/compact_index_spec.rb
+++ b/spec/install/gems/compact_index_spec.rb
@@ -779,6 +779,8 @@ The checksum of /versions does not match the checksum provided by the server! So
G
bundle! :install, :artifice => "compact_index_forbidden"
+
+ expect(exitstatus).to eq(0) if exitstatus
end
end