Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit 6efb837

Browse files
committed
Pre-load certificates. See <ruby/openssl#440>.
1 parent 00fbcb1 commit 6efb837

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/async/io/ssl_server_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@
8989

9090
let(:data) {"What one programmer can do in one month, two programmers can do in two months."}
9191

92+
before do
93+
certificates
94+
end
95+
9296
it 'can select correct host' do
9397
ready = Async::Queue.new
9498

0 commit comments

Comments
 (0)