Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Relax the matching condition. It's better to verify a warning by checking stderr. But for now, just relax the matching condition, due to complex conditions. ``` expect do new_client(options) end.to_not output.to_stderr ``` * Change pending to skip in SSL tests. The skip method is right in this context. Because the pending method requires the test to fail. But in some cases the test passes.
- Loading branch information