diff options
| author | copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> | 2026-01-09 04:03:42 +0000 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2026-02-13 01:00:01 +0000 |
| commit | 2233822f3fb6583df4740dd88feaa337f49f05a6 (patch) | |
| tree | f76dac6de7985a4781670e7b196cc5050cfea3f7 | |
| parent | 7a88a9085d15bed53aff722657d8a0bc955dd042 (diff) | |
[ruby/rubygems] Add assertion for install_extension_in_lib default value in test_initialize
https://github.com/ruby/rubygems/commit/cf8c9ee82b
Co-authored-by: hsbt <12301+hsbt@users.noreply.github.com>
| -rw-r--r-- | test/rubygems/test_gem_config_file.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rubygems/test_gem_config_file.rb b/test/rubygems/test_gem_config_file.rb index 79bf5f582c..6ed51f2704 100644 --- a/test/rubygems/test_gem_config_file.rb +++ b/test/rubygems/test_gem_config_file.rb @@ -43,6 +43,7 @@ class TestGemConfigFile < Gem::TestCase assert_equal [@gem_repo], Gem.sources assert_equal 365, @cfg.cert_expiration_length_days assert_equal false, @cfg.ipv4_fallback_enabled + assert_equal false, @cfg.install_extension_in_lib File.open @temp_conf, "w" do |fp| fp.puts ":backtrace: true" |
