[rubygems/rubygems] Don't add verbose flag so opaquely for realworld specs

https://github.com/rubygems/rubygems/commit/fa8455ef7c
This commit is contained in:
David Rodríguez 2021-12-24 01:46:04 +01:00 committed by Hiroshi SHIBATA
parent fb0737654c
commit b7e5ce08ff
Notes: git 2021-12-27 10:46:02 +09:00

View File

@ -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