mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 05:55:46 +02:00
[rubygems/rubygems] Follow the pattern of other test files for foo.pem
a43cffddad
This commit is contained in:
parent
1090456370
commit
ed1e4504a4
Notes:
git
2020-05-08 14:14:20 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class TestGemCommandsSetupCommand < Gem::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
File.open 'lib/rubygems/ssl_certs/rubygems.org/foo.pem', 'w' do |io|
|
File.open 'lib/rubygems/ssl_certs/rubygems.org/foo.pem', 'w' do |io|
|
||||||
io.puts 'PEM'
|
io.puts '# foo.pem'
|
||||||
end
|
end
|
||||||
|
|
||||||
FileUtils.mkdir_p 'bundler/exe'
|
FileUtils.mkdir_p 'bundler/exe'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue