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:
parent
b228effd0c
commit
33bc398b73
1 changed files with 2 additions and 2 deletions
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue