summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-03 07:23:58 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-03 09:30:00 +0900
commit220f6aa01c4b2552af0bdcbbc46518c1118ee91f (patch)
treeb5beb85df2d14aa3a7f6a3cffc23d2616f5bb4bc /spec
parent4c72ca195d17fdbcb656e67c1c6ee7f591d306f2 (diff)
Explicitly ignored GEMRC environmental variable.
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
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"