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 84dfde7 commit bcf2505Copy full SHA for bcf2505
spec/unit/ldap_spec.rb
@@ -19,9 +19,6 @@
19
it "should instrument bind" do
20
events = @service.subscribe "bind.net_ldap"
21
22
- # ber = Net::BER::BerIdentifiedArray.new([0, "", ""])
23
- # ber.ber_identifier = Net::LDAP::PDU::BindResult
24
- # Net::LDAP::PDU.new([0, ber])
25
bind_result = flexmock(:bind_result, :success? => true)
26
@connection.should_receive(:bind).with(Hash).and_return(bind_result)
27
0 commit comments