From b61d8b6045497a5b2185bf8cb61a381f179d3ecd Mon Sep 17 00:00:00 2001 From: drbrain Date: Sat, 25 Oct 2008 22:58:43 +0000 Subject: Update to RubyGems 1.3.1 r1909. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rubygems/test_gem_command.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/rubygems/test_gem_command.rb') diff --git a/test/rubygems/test_gem_command.rb b/test/rubygems/test_gem_command.rb index 9ed57b3692..08da9fb7d6 100644 --- a/test/rubygems/test_gem_command.rb +++ b/test/rubygems/test_gem_command.rb @@ -5,7 +5,6 @@ # See LICENSE.txt for permissions. #++ -require 'test/unit' require File.join(File.expand_path(File.dirname(__FILE__)), 'gemutilities') require 'rubygems/command' @@ -63,7 +62,7 @@ class TestGemCommand < RubyGemTestCase assert_match %r|-x, --zip|, @cmd.parser.to_s assert_match %r|-z, --exe|, @cmd.parser.to_s - assert_no_match %r|-x, --exe|, @cmd.parser.to_s + refute_match %r|-x, --exe|, @cmd.parser.to_s end def test_basic_accessors @@ -109,7 +108,7 @@ class TestGemCommand < RubyGemTestCase use_ui @ui do @cmd.when_invoked do true end - ex = assert_raise(OptionParser::InvalidOption) do + ex = assert_raises OptionParser::InvalidOption do @cmd.invoke('-zzz') end -- cgit v1.2.3