1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Removed needless setup to clear credential

https://github.com/rubygems/rubygems/commit/4f694f4fb7
This commit is contained in:
Hiroshi SHIBATA 2020-04-29 19:23:21 +09:00
parent ab1b31ffe0
commit 4e436e605c
Notes: git 2020-05-08 14:14:06 +09:00

View file

@ -8,7 +8,7 @@ class TestGemCommandsSignoutCommand < Gem::TestCase
def setup
super
File.delete Gem.configuration.credentials_path if File.exist?(Gem.configuration.credentials_path)
@cmd = Gem::Commands::SignoutCommand.new
end