Skip to content

Commit bcf2505

Browse files
committed
Whoops, don't need this
1 parent 84dfde7 commit bcf2505

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spec/unit/ldap_spec.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
it "should instrument bind" do
2020
events = @service.subscribe "bind.net_ldap"
2121

22-
# ber = Net::BER::BerIdentifiedArray.new([0, "", ""])
23-
# ber.ber_identifier = Net::LDAP::PDU::BindResult
24-
# Net::LDAP::PDU.new([0, ber])
2522
bind_result = flexmock(:bind_result, :success? => true)
2623
@connection.should_receive(:bind).with(Hash).and_return(bind_result)
2724

0 commit comments

Comments
 (0)