diff options
-rw-r--r-- | test/rubygems/test_gem_commands_search_command.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3,7 +3,6 @@ require 'rubygems/test_case' require 'rubygems/commands/search_command' class TestGemCommandsSearchCommand < Gem::TestCase - def setup super @@ -13,5 +12,4 @@ class TestGemCommandsSearchCommand < Gem::TestCase def test_initialize assert_equal :remote, @cmd.defaults[:domain] end - end |