From ed1e4504a42726ba574dcc3ced0888c36730cf2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= 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 --- test/rubygems/test_gem_commands_setup_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rubygems/test_gem_commands_setup_command.rb b/test/rubygems/test_gem_commands_setup_command.rb index cd5c3db59f..01a33496ec 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 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 v1.2.3