We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cec77 commit 3e061e2Copy full SHA for 3e061e2
test/test_ssl_ber.rb
@@ -19,6 +19,9 @@ def setup
19
# The production code operates on sockets, which do need #connect called
20
# on them to work. Pipes are more robust for this test, so we'll skip
21
# 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
25
flexmock(OpenSSL::SSL::SSLSocket).
26
new_instances.should_receive(:connect => nil)
27
0 commit comments