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

Merge partially r53707: remove test_accessing_cloudfront

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@54358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2016-03-29 05:34:08 +00:00
parent b3418ceb41
commit 4b183abd8c

View file

@ -49,10 +49,6 @@ class TestBundledCA < Gem::TestCase
assert_https('rubygems.org')
end
def test_accessing_cloudfront
assert_https('d2chzxaqi4y7f8.cloudfront.net')
end
def test_accessing_fastly
assert_https('rubygems.global.ssl.fastly.net')
end