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

[rubygems/rubygems] Follow the pattern of other test files for foo.pem

https://github.com/rubygems/rubygems/commit/a43cffddad
This commit is contained in:
David Rodríguez 2020-04-27 21:25:58 +02:00 committed by Hiroshi SHIBATA
parent 1090456370
commit ed1e4504a4
Notes: git 2020-05-08 14:14:20 +09:00

View file

@ -36,7 +36,7 @@ class TestGemCommandsSetupCommand < Gem::TestCase
end
File.open 'lib/rubygems/ssl_certs/rubygems.org/foo.pem', 'w' do |io|
io.puts 'PEM'
io.puts '# foo.pem'
end
FileUtils.mkdir_p 'bundler/exe'