aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-06-29 21:16:41 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-31 21:07:19 +0900
commit6608bc77b6560caab2b80271b3f48a792ac33463 (patch)
tree0ddb61b107fee36082dac9364e69621d3408c5a0 /test/rubygems
parente1494145d9725dba217fbc2bd9645db011fab946 (diff)
downloadruby-6608bc77b6560caab2b80271b3f48a792ac33463.tar.gz
[rubygems/rubygems] Fix skip message
https://github.com/rubygems/rubygems/commit/a763e539cd
Diffstat (limited to 'test/rubygems')
-rw-r--r--test/rubygems/test_gem_remote_fetcher.rb2
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'