diff --git a/test/rubygems/test_gem_specification.rb b/test/rubygems/test_gem_specification.rb index 43b649b9ea..8b229a1736 100644 --- a/test/rubygems/test_gem_specification.rb +++ b/test/rubygems/test_gem_specification.rb @@ -564,7 +564,6 @@ end # [B] ~> 1.0 # # and should resolve using b-1.0 - # TODO: move these to specification def test_self_activate_over a = util_spec "a", "1.0", "b" => ">= 1.0", "c" => "= 1.0"