summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_list_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_commands_list_command.rb')
-rw-r--r--test/rubygems/test_gem_commands_list_command.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/rubygems/test_gem_commands_list_command.rb b/test/rubygems/test_gem_commands_list_command.rb
index bac9cca03f..db3fe90baf 100644
--- a/test/rubygems/test_gem_commands_list_command.rb
+++ b/test/rubygems/test_gem_commands_list_command.rb
@@ -1,4 +1,3 @@
-require 'test/unit'
require File.join(File.expand_path(File.dirname(__FILE__)), 'gemutilities')
require 'rubygems/commands/list_command'
@@ -21,7 +20,7 @@ class TestGemCommandsListCommand < RubyGemTestCase
def test_execute_installed
@cmd.handle_options %w[c --installed]
- e = assert_raise Gem::SystemExitException do
+ e = assert_raises Gem::SystemExitException do
use_ui @ui do
@cmd.execute
end