зеркало из https://github.com/github/ruby.git
* test/rubygems/test_gem_security.rb
(test_class_build_self_signed_cert): reset opt[:trust_dir] to apply temporary Gem.user_home. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
818ebcc54b
Коммит
522c16e84c
|
@ -1,3 +1,9 @@
|
|||
Mon Sep 5 15:03:37 2011 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* test/rubygems/test_gem_security.rb
|
||||
(test_class_build_self_signed_cert): reset opt[:trust_dir] to apply
|
||||
temporary Gem.user_home.
|
||||
|
||||
Mon Sep 5 10:04:35 2011 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
|
||||
|
||||
* README.ja, README.EXT.ja: resolve conflicts. [ruby-dev:44459]
|
||||
|
|
|
@ -43,6 +43,7 @@ class TestGemSecurity < Gem::TestCase
|
|||
:key_size => 512,
|
||||
:save_cert => false,
|
||||
:save_key => false,
|
||||
:trust_dir => File.join(Gem.user_home, '.gem', 'trust'),
|
||||
}
|
||||
|
||||
result = Gem::Security.build_self_signed_cert email, opt
|
||||
|
|
Загрузка…
Ссылка в новой задаче