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-06 16:57:01 +0100
commita195d4fc728f27b1677339ea138da1f856a6b036 (patch)
tree57428c6bd5982dea37718e571ede0cd21bb05253
parentec6634ecab3065cf1fffcc26cbfdc4f5f165e452 (diff)
downloadbundler-a195d4fc728f27b1677339ea138da1f856a6b036.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