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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_commands_list_command.rb b/test/rubygems/test_gem_commands_list_command.rb
index 87da8dbd48..772a99eabd 100644
--- a/test/rubygems/test_gem_commands_list_command.rb
+++ b/test/rubygems/test_gem_commands_list_command.rb
@@ -20,7 +20,7 @@ class TestGemCommandsListCommand < Gem::TestCase
def test_execute_installed
@cmd.handle_options %w[c --installed]
- assert_raises Gem::MockGemUi::SystemExitException do
+ assert_raise Gem::MockGemUi::SystemExitException do
use_ui @ui do
@cmd.execute
end