Merge branch 'master' of github.com:RoryO/ruby-net-ldap

master
Austin Ziegler 2011-03-17 22:26:34 -04:00
commit 811369ce94
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ describe "BER serialisation (SSL)" do
before(:each) do
@from, @to = IO.pipe
# The production code operates on sockets, which do need #connect called
# on them to work. Pipes are more robust for this test, so we'll skip
# the #connect call since it fails.
flexmock(OpenSSL::SSL::SSLSocket).
new_instances.should_receive(:connect => nil)