Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Removed the environmental variables that are BUNDLE_USER_*.
Browse files Browse the repository at this point in the history
  It's affect with rspec examples and broke them.
  • Loading branch information
hsbt committed Jul 25, 2019
1 parent a887442 commit 355a922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Expand Up @@ -101,6 +101,7 @@ def self.ruby=(ruby)
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"
Expand Down

0 comments on commit 355a922

Please sign in to comment.