diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2020-01-06 16:57:01 +0100 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2020-01-07 09:57:11 +0100 |
commit | 5ab7cc6f9c5a009528e7d8b3079e24622bbd776c (patch) | |
tree | fb3d7591c7b64222e18385b477e8a3a48b08639a /spec/install | |
parent | c760aebe00c612f1dc2f37c85186387cea549c99 (diff) | |
download | bundler-5ab7cc6f9c5a009528e7d8b3079e24622bbd776c.tar.gz |
Add missing assertion to one spec
Diffstat (limited to 'spec/install')
-rw-r--r-- | spec/install/gems/compact_index_spec.rb | 2 |
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 |