From 220f6aa01c4b2552af0bdcbbc46518c1118ee91f Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 3 Aug 2019 07:23:58 +0900 Subject: Explicitly ignored GEMRC environmental variable. --- 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 3f12b27547..e1e730e28f 100644 --- a/spec/bundler/spec_helper.rb +++ b/spec/bundler/spec_helper.rb @@ -102,6 +102,7 @@ RSpec.configure do |config| 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 + ENV["GEMRC"] = nil # Don't wrap output in tests ENV["THOR_COLUMNS"] = "10000" -- cgit v1.2.3