aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_gem_local_remote_options.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_local_remote_options.rb')
-rw-r--r--test/rubygems/test_gem_local_remote_options.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/rubygems/test_gem_local_remote_options.rb b/test/rubygems/test_gem_local_remote_options.rb
index 5f2a1d3d86..e920972fd9 100644
--- a/test/rubygems/test_gem_local_remote_options.rb
+++ b/test/rubygems/test_gem_local_remote_options.rb
@@ -1,4 +1,3 @@
-require 'test/unit'
require File.join(File.expand_path(File.dirname(__FILE__)), 'gemutilities')
require 'rubygems/local_remote_options'
require 'rubygems/command'
@@ -86,7 +85,7 @@ class TestGemLocalRemoteOptions < RubyGemTestCase
s1 = 'htp://more-gems.example.com'
- assert_raise OptionParser::InvalidArgument do
+ assert_raises OptionParser::InvalidArgument do
@cmd.handle_options %W[--source #{s1}]
end