You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
0 commit comments