Erich Smith

Results 13 comments of Erich Smith

@AdrieanKhisbe: Nice! I definitely like the approach of adding the `pending()` function, but I'd be concerned that the `heredoc` would end up being brittle, requiring either leading tab characters, or...

The above really isn't too bad for manually marking tests pending, @AdrieanKhisbe. I kind of like the simplicity. What I'd love though, is the ability to dynamically mark tests pending...

@AdrieanKhisbe, the other day, I had to do a runtime check, and conditionally execute various tests, like: ``` shell if connected_to_vpn; then describe "when vpn-connected, hosts are reachable" it "pings...