aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHomu <homu@barosl.com>2016-07-06 03:49:48 +0900
committerHomu <homu@barosl.com>2016-07-06 03:49:48 +0900
commit196594bb6992e01ee4654b970f486a37bf0e78fa (patch)
treedc79b842fa93f53efe274bbf8f1b889d7912c7ab
parentcc4df62a4707281fc657101a93710c63ed957a70 (diff)
parent1745ecc0832bef1103b674a85f5b4c4a63f65d5f (diff)
downloadbundler-196594bb6992e01ee4654b970f486a37bf0e78fa.tar.gz
Auto merge of #4756 - bundler:seg-silence-tests, r=segiddins
Fix RubyGems printing packaging messages during the specs Closes #4755. My bad!
-rw-r--r--spec/support/helpers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb
index 4fe237a8..34335ee1 100644
--- a/spec/support/helpers.rb
+++ b/spec/support/helpers.rb
@@ -15,6 +15,7 @@ module Spec
ENV["BUNDLE_DISABLE_POSTIT"] = "1"
Bundler.send(:remove_instance_variable, :@settings) if Bundler.send(:instance_variable_defined?, :@settings)
Bundler.ui = nil
+ Bundler.ui # force it to initialize
end
def self.bang(method)