diff options
author | David RodrÃguez <[email protected]> | 2020-06-29 21:16:41 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-07-31 21:07:19 +0900 |
commit | 6608bc77b6560caab2b80271b3f48a792ac33463 (patch) | |
tree | 0ddb61b107fee36082dac9364e69621d3408c5a0 /test/rubygems | |
parent | e1494145d9725dba217fbc2bd9645db011fab946 (diff) |
[rubygems/rubygems] Fix skip message
https://github.com/rubygems/rubygems/commit/a763e539cd
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3379
Diffstat (limited to 'test/rubygems')
-rw-r--r-- | test/rubygems/test_gem_remote_fetcher.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_remote_fetcher.rb b/test/rubygems/test_gem_remote_fetcher.rb index 39ece4d7e0..9f98f8042c 100644 --- a/test/rubygems/test_gem_remote_fetcher.rb +++ b/test/rubygems/test_gem_remote_fetcher.rb @@ -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' |