diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-06-13 09:48:23 +0200 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-06-13 09:48:23 +0200 |
commit | 1edad7ed9b42487d07196c4283915358e2d11f8c (patch) | |
tree | a0fcf49711fc95f8cde9e5620451656c63f6e9e4 | |
parent | 2c506864525e3cdcb4c1d170baf07c44aebf49f4 (diff) | |
download | bundler-more_spec_failure_debugging.tar.gz |
Maybe this was the leak?more_spec_failure_debugging
-rw-r--r-- | spec/bundler/fetcher/compact_index_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/fetcher/compact_index_spec.rb b/spec/bundler/fetcher/compact_index_spec.rb index eeed8116d2..fd7a94b8af 100644 --- a/spec/bundler/fetcher/compact_index_spec.rb +++ b/spec/bundler/fetcher/compact_index_spec.rb @@ -18,7 +18,7 @@ RSpec.describe Bundler::Fetcher::CompactIndex do end it "calls worker#stop during the run" do - expect_any_instance_of(Bundler::Worker).to receive(:stop).at_least(:once) + expect_any_instance_of(Bundler::Worker).to receive(:stop).at_least(:once).and_call_original compact_index.specs_for_names(["lskdjf"]) end |