ruby-changes:61147
From: David <ko1@a...>
Date: Fri, 8 May 2020 14:15:06 +0900 (JST)
Subject: [ruby-changes:61147] ed1e4504a4 (master): [rubygems/rubygems] Follow the pattern of other test files for foo.pem
https://git.ruby-lang.org/ruby.git/commit/?id=ed1e4504a4 From ed1e4504a42726ba574dcc3ced0888c36730cf2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...> Date: Mon, 27 Apr 2020 21:25:58 +0200 Subject: [rubygems/rubygems] Follow the pattern of other test files for foo.pem https://github.com/rubygems/rubygems/commit/a43cffddad diff --git a/test/rubygems/test_gem_commands_setup_command.rb b/test/rubygems/test_gem_commands_setup_command.rb index cd5c3db..01a3349 100644 --- a/test/rubygems/test_gem_commands_setup_command.rb +++ b/test/rubygems/test_gem_commands_setup_command.rb @@ -36,7 +36,7 @@ class TestGemCommandsSetupCommand < Gem::TestCase https://github.com/ruby/ruby/blob/trunk/test/rubygems/test_gem_commands_setup_command.rb#L36 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' -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/