diff options
Diffstat (limited to 'spec/support/helpers.rb')
-rw-r--r-- | spec/support/helpers.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb index 4fe237a875..34335ee1a3 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) |