mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Fix unused variable warning
``` /Users/deivid/Code/rubygems/rubygems/test/rubygems/test_gem_resolver_installer_set.rb:55: warning: assigned but unused variable - a_1_local ``` https://github.com/rubygems/rubygems/commit/9ea4534800
This commit is contained in:
parent
6b2fc33ae2
commit
c84d0538be
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class TestGemResolverInstallerSet < Gem::TestCase
|
|||
end
|
||||
|
||||
def test_add_always_install_index_spec_platform
|
||||
a_1_local, a_1_local_gem = util_gem "a", 1 do |s|
|
||||
_, a_1_local_gem = util_gem "a", 1 do |s|
|
||||
s.platform = Gem::Platform.local
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue