From d4b1804b11310a3c2303367dcd4ec73aae419ee1 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 19 Jul 2019 17:23:42 +0900 Subject: [bundler/bundler] Removed the environmental variables that are BUNDLE_USER_*. It's affect with rspec examples and broke them. https://github.com/bundler/bundler/commit/355a922073 --- spec/bundler/spec_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec') diff --git a/spec/bundler/spec_helper.rb b/spec/bundler/spec_helper.rb index e3af0f55d2..3f12b27547 100644 --- a/spec/bundler/spec_helper.rb +++ b/spec/bundler/spec_helper.rb @@ -101,6 +101,7 @@ RSpec.configure do |config| Spec::Rubygems.setup ENV["RUBYOPT"] = "#{ENV["RUBYOPT"]} -r#{Spec::Path.spec_dir}/support/hax.rb" ENV["BUNDLE_SPEC_RUN"] = "true" + ENV["BUNDLE_USER_CONFIG"] = ENV["BUNDLE_USER_CACHE"] = ENV["BUNDLE_USER_PLUGIN"] = nil # Don't wrap output in tests ENV["THOR_COLUMNS"] = "10000" -- cgit v1.2.3