diff options
-rw-r--r-- | lib/rubygems/validator.rb | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -10,11 +10,10 @@ require 'digest' require 'rubygems/format' require 'rubygems/installer' -# Load test-unit 2.x if it's a gem begin - Gem.activate('test-unit') rescue Gem::LoadError - # Ignore - use the test-unit library that's part of the standard library end ## |