summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-27 11:52:41 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-27 16:45:10 +0900
commit24889e44f779ee86cb38569fc735f33f05992c0b (patch)
tree553acb66250d2248fe63697701d63271b8247f77 /spec
parentc41af37ee64e4fec5f09916485123e8f9ec002cb (diff)
Rename environment name to more descriptive
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12179
Diffstat (limited to 'spec')
-rw-r--r--spec/bundled_gems_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundled_gems_spec.rb b/spec/bundled_gems_spec.rb
index 90c447ace5..7da8380cf0 100644
--- a/spec/bundled_gems_spec.rb
+++ b/spec/bundled_gems_spec.rb
@@ -20,7 +20,7 @@ RSpec.configure do |config|
config.before(:suite) do
Gem.ruby = ENV["RUBY"] if ENV["RUBY"]
- ENV["TEST_BUNDLED_GEMS"] = "true"
+ ENV["TEST_BUNDLED_GEMS_FAKE_RBCONFIG"] = "true"
require_relative "bundler/support/rubygems_ext"
Spec::Rubygems.test_setup