From b7e5ce08ff0196c1a9ed885670495cf09a02bbc3 Mon Sep 17 00:00:00 2001 From: David Rodríguez Date: Fri, 24 Dec 2021 01:46:04 +0100 Subject: [rubygems/rubygems] Don't add verbose flag so opaquely for realworld specs https://github.com/rubygems/rubygems/commit/fa8455ef7c --- spec/bundler/support/helpers.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/bundler') diff --git a/spec/bundler/support/helpers.rb b/spec/bundler/support/helpers.rb index ef53cc0274..c27096a0cf 100644 --- a/spec/bundler/support/helpers.rb +++ b/spec/bundler/support/helpers.rb @@ -88,7 +88,6 @@ module Spec requires = options.delete(:requires) || [] realworld = RSpec.current_example.metadata[:realworld] - options[:verbose] = true if options[:verbose].nil? && realworld artifice = options.delete(:artifice) do if realworld -- cgit v1.2.3