diff options
author | John Bampton <[email protected]> | 2025-05-29 05:30:38 +1000 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-06-03 07:47:14 +0900 |
commit | a763716a9682f367ee664f1f43e36daac9839cbe () | |
tree | 05a00f42bce7e62a04e934dbbbd5ef5dac1d36b0 /test/rubygems/test_gem_command_manager.rb | |
parent | d6aa1714fed3e8b5ee8bede00a8853c338ff6092 (diff) |
[rubygems/rubygems] misc: fix spelling
https://.com/rubygems/rubygems/commit/0e40e7d938
-rw-r--r-- | test/rubygems/test_gem_command_manager.rb | 2 |
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 |