1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Fix rubocop violations

https://github.com/rubygems/rubygems/commit/cc12e68637
This commit is contained in:
Peter Zhu 2022-11-03 14:54:14 -04:00 committed by git
parent b228effd0c
commit 33bc398b73

View file

@ -85,8 +85,8 @@ class TestGemPlatform < Gem::TestCase
def test_initialize
test_cases = {
"amd64-freebsd6" => ["amd64", "freebsd", "6"],
"java" => [nil, "java", nil],
"amd64-freebsd6" => ["amd64", "freebsd", "6"],
"java" => [nil, "java", nil],
"jruby" => [nil, "java", nil],
"universal-dotnet" => ["universal", "dotnet", nil],
"universal-dotnet2.0" => ["universal", "dotnet", "2.0"],