summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_command_manager.rb
diff options
context:
space:
mode:
authorJohn Bampton <[email protected]>2025-05-29 05:30:38 +1000
committerHiroshi SHIBATA <[email protected]>2025-06-03 07:47:14 +0900
commita763716a9682f367ee664f1f43e36daac9839cbe ()
tree05a00f42bce7e62a04e934dbbbd5ef5dac1d36b0 /test/rubygems/test_gem_command_manager.rb
parentd6aa1714fed3e8b5ee8bede00a8853c338ff6092 (diff)
[rubygems/rubygems] misc: fix spelling
https://.com/rubygems/rubygems/commit/0e40e7d938
-rw-r--r--test/rubygems/test_gem_command_manager.rb2
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ class TestGemCommandManager < Gem::TestCase
assert_kind_of Gem::Commands::SigninCommand, command
end
- def test_find_logout_alias_comamnd
command = @command_manager.find_command "logout"
assert_kind_of Gem::Commands::SignoutCommand, command