summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-30 17:50:34 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-30 17:50:34 +0100
commite707fe3312266ba249a6d02c1642febb7f73b298 (patch)
tree54948f0b2f3546218d77844ccc5f582aa4e736e7
parent6bde7812f5560b55367aaccc95021e34804857fc (diff)
downloadbundler-less_silencing.tar.gz
Final fix, hopefullyless_silencing
-rw-r--r--spec/runtime/platform_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/runtime/platform_spec.rb b/spec/runtime/platform_spec.rb
index c504685ea3..f7e93eacf1 100644
--- a/spec/runtime/platform_spec.rb
+++ b/spec/runtime/platform_spec.rb
@@ -23,7 +23,7 @@ RSpec.describe "Bundler.setup with multi platform stuff" do
ruby <<-R
begin
require 'bundler'
- Bundler.setup
+ Bundler.ui.silence { Bundler.setup }
rescue Bundler::GemNotFound => e
puts "WIN"
end