[rubygems/rubygems] Remove unused variable

https://github.com/rubygems/rubygems/commit/b31f33d55c
This commit is contained in:
David Rodríguez 2024-10-09 15:43:08 +02:00 committed by git
parent 1c762d9566
commit 2e2a5e4ff9

View File

@ -849,7 +849,6 @@ class TestGemDependencyInstaller < Gem::TestCase
Gem.clear_paths Gem.clear_paths
Gem.done_installing do |installer, specs| Gem.done_installing do |installer, specs|
done_installing_ran = true
refute_nil installer refute_nil installer
assert_equal [@b1], specs assert_equal [@b1], specs
end end