1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[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
This commit is contained in:
Hiroshi SHIBATA 2019-07-19 17:23:42 +09:00
parent b855e33b65
commit d4b1804b11
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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"