diff options
-rw-r--r-- | test/rubygems/test_gem_commands_cleanup_command.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4,7 +4,6 @@ require 'rubygems/commands/cleanup_command' require 'rubygems/installer' class TestGemCommandsCleanupCommand < Gem::TestCase - def setup super @@ -278,5 +277,4 @@ class TestGemCommandsCleanupCommand < Gem::TestCase assert_path_exists d_1.gem_dir assert_path_exists d_2.gem_dir end - end |