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 13ca7c9 commit f8987cbCopy full SHA for f8987cb
test/test_ldap_connection.rb
@@ -202,7 +202,7 @@ def test_queued_read_setup_encryption_with_start_tls
202
and_return(result2)
203
mock.should_receive(:write)
204
conn = Net::LDAP::Connection.new(:socket => mock)
205
- flexmock(Net::LDAP::Connection).should_receive(:wrap_with_ssl).with(mock, nil).
+ flexmock(Net::LDAP::Connection).should_receive(:wrap_with_ssl).with(mock, {}).
206
and_return(mock)
207
208
conn.next_msgid # simulates ongoing query
0 commit comments