diff options
-rw-r--r-- | test/rubygems/test_gem_commands_cleanup_command.rb | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,14 +1,8 @@ -###################################################################### -# This file is imported from the rubygems project. -# DO NOT make modifications in this repo. They _will_ be reverted! -# File a instead and assign it to Ryan Davis or Eric Hodel. -###################################################################### - require 'rubygems/test_case' require 'rubygems/commands/cleanup_command' class TestGemCommandsCleanupCommand < Gem::TestCase - def setup super |