summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-04-27 21:25:58 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-08 14:13:29 +0900
commited1e4504a42726ba574dcc3ced0888c36730cf2f (patch)
tree2d7b1003b4d7152e14f036441a74b01fcb35a516
parent1090456370639100cc74983945a51fcc73c54869 (diff)
[rubygems/rubygems] Follow the pattern of other test files for foo.pem
https://github.com/rubygems/rubygems/commit/a43cffddad
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3092
-rw-r--r--test/rubygems/test_gem_commands_setup_command.rb2
1 files changed, 1 insertions, 1 deletions
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'