Skip to content

Commit 3e061e2

Browse files
author
Jerry Cheung
committed
reference discussion comment
1 parent f2cec77 commit 3e061e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_ssl_ber.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ def setup
1919
# The production code operates on sockets, which do need #connect called
2020
# on them to work. Pipes are more robust for this test, so we'll skip
2121
# the #connect call since it fails.
22+
#
23+
# TODO: Replace test with real socket
24+
# https://github.com/ruby-ldap/ruby-net-ldap/pull/121#discussion_r18746386
2225
flexmock(OpenSSL::SSL::SSLSocket).
2326
new_instances.should_receive(:connect => nil)
2427

0 commit comments

Comments
 (0)