[rubygems/rubygems] Run test/rubygems/test_bundled_ca.rb
locally
It's not that slow. https://github.com/rubygems/rubygems/commit/9b928a4503
This commit is contained in:
parent
ed3794495d
commit
d3efba0950
Notes:
git
2020-07-31 21:08:19 +09:00
@ -8,8 +8,7 @@ require 'rubygems/request'
|
|||||||
# The tested hosts are explained in detail here: https://github.com/rubygems/rubygems/commit/5e16a5428f973667cabfa07e94ff939e7a83ebd9
|
# The tested hosts are explained in detail here: https://github.com/rubygems/rubygems/commit/5e16a5428f973667cabfa07e94ff939e7a83ebd9
|
||||||
#
|
#
|
||||||
|
|
||||||
if ENV["CI"]
|
class TestBundledCA < Gem::TestCase
|
||||||
class TestBundledCA < Gem::TestCase
|
|
||||||
THIS_FILE = File.expand_path __FILE__
|
THIS_FILE = File.expand_path __FILE__
|
||||||
|
|
||||||
def bundled_certificate_store
|
def bundled_certificate_store
|
||||||
@ -53,5 +52,4 @@ if ENV["CI"]
|
|||||||
def test_accessing_new_index
|
def test_accessing_new_index
|
||||||
assert_https('fastly.rubygems.org')
|
assert_https('fastly.rubygems.org')
|
||||||
end
|
end
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user