1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Fix skip message

https://github.com/rubygems/rubygems/commit/a763e539cd
This commit is contained in:
David Rodríguez 2020-06-29 21:16:41 +02:00 committed by Hiroshi SHIBATA
parent e1494145d9
commit 6608bc77b6
Notes: git 2020-07-31 21:08:15 +09:00

View file

@ -9,7 +9,7 @@ rescue LoadError => e
end
unless defined?(OpenSSL::SSL)
warn 'Skipping Gem::Request tests. openssl not found.'
warn 'Skipping Gem::RemoteFetcher tests. openssl not found.'
end
require 'rubygems/remote_fetcher'