summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-19 17:23:42 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-25 17:05:00 +0800
commit355a92207311e90c22249dcc806668a0de47618a (patch)
treecc3eb6ef5163cec6b0b9232e624008e7df0b35e2
parenta8874423f347efa52d69b332cc855def812e9b5b (diff)
downloadbundler-remove-user-environmental-vals.tar.gz
Removed the environmental variables that are BUNDLE_USER_*.remove-user-environmental-vals
It's affect with rspec examples and broke them.
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index e3af0f55d2..3f12b27547 100644
--- a/spec/spec_helper.rb
+++ b/spec/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"