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:
parent
ab1b31ffe0
commit
4e436e605c
Notes:
git
2020-05-08 14:14:06 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue