summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_pristine_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_commands_pristine_command.rb')
-rw-r--r--test/rubygems/test_gem_commands_pristine_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_commands_pristine_command.rb b/test/rubygems/test_gem_commands_pristine_command.rb
index 5f869c0266..118b2334fc 100644
--- a/test/rubygems/test_gem_commands_pristine_command.rb
+++ b/test/rubygems/test_gem_commands_pristine_command.rb
@@ -448,7 +448,7 @@ class TestGemCommandsPristineCommand < Gem::TestCase
def test_execute_no_gem
@cmd.options[:args] = %w[]
- e = assert_raises Gem::CommandLineError do
+ e = assert_raise Gem::CommandLineError do
use_ui @ui do
@cmd.execute
end