From 7083cebeaea83096128fc5ccb5f60bfbe5bcc939 Mon Sep 17 00:00:00 2001 From: drbrain Date: Mon, 8 Jul 2013 22:41:03 +0000 Subject: * lib/rubygems: Update to RubyGems 2.0.4. See https://github.com/rubygems/rubygems/blob/2.0/History.txt for changes git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rubygems/test_gem_commands_search_command.rb | 25 ----------------------- 1 file changed, 25 deletions(-) delete mode 100644 test/rubygems/test_gem_commands_search_command.rb (limited to 'test/rubygems/test_gem_commands_search_command.rb') diff --git a/test/rubygems/test_gem_commands_search_command.rb b/test/rubygems/test_gem_commands_search_command.rb deleted file mode 100644 index 05e7cff892..0000000000 --- a/test/rubygems/test_gem_commands_search_command.rb +++ /dev/null @@ -1,25 +0,0 @@ -require 'rubygems/test_case' -require 'rubygems/commands/search_command' - -class TestGemCommandsSearchCommand < Gem::TestCase - - def setup - super - - @cmd = Gem::Commands::SearchCommand.new - end - - def test_execute - @cmd.handle_options %w[a] - - use_ui @ui do - @cmd.execute - end - - assert_match %r%REMOTE GEMS%, @ui.output - - assert_empty @ui.error - end - -end - -- cgit v1.2.3