summaryrefslogtreecommitdiff
path: root/spec
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-08-03 09:30:00 +0900
commitd4b1804b11310a3c2303367dcd4ec73aae419ee1 (patch)
tree7dfa27d6ceef9c498b496ab2550e2315c03b0f01 /spec
parentb855e33b655d9c0cfa07aab8e8622d68f0402ea0 (diff)
[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
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 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"