summaryrefslogtreecommitdiff
path: root/spec/bundler
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2021-12-24 01:46:04 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-27 10:45:36 +0900
commitb7e5ce08ff0196c1a9ed885670495cf09a02bbc3 (patch)
treeb78aaf7c3295427c8dd0fdd7afc449dba5f0a7df /spec/bundler
parentfb0737654cc20cf2be5182e05981a216ba6d3789 (diff)
[rubygems/rubygems] Don't add verbose flag so opaquely for realworld specs
https://github.com/rubygems/rubygems/commit/fa8455ef7c
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5350
Diffstat (limited to 'spec/bundler')
-rw-r--r--spec/bundler/support/helpers.rb1
1 files changed, 0 insertions, 1 deletions
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