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:
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
|
||||
|
||||
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'
|
||||
|
|
Loading…
Add table
Reference in a new issue