Closed rlue closed 6 years ago
Interesting. Is there a public LDAP service we can test against?
nvm- found it over in #26
This issue should be re-opened since cassettes are not being recorded when using Net::LDAP
with an LDAPS connection, it only creates cassettes with an empty JSON array. LDAP tests are too vague and only test that using LDAP does not raise an error, but it does not test that a cassette is actually being recorded 🤷♂️
When trying to record an LDAP connection with the ruby-net-ldap gem, TCR raises the following exception:
TCR is trying to mock out the object returned by the
#socket
method in the fourth line below — but it looks like the method called on it is not implemented by the mock object:Sorry I can't offer more clarity; I'm still not too familiar with what TCR is doing under the hood. Happy to help continue debugging this issue with your guidance, though!