annnnd.... that's why you don't release things immediately folks.
rtest 2.0 beta worked beautifully in all my tests at home just hangs on my tests of work code. 🤔
this is most likely to do with the PTY interaction stuff which is... nigh-impossible to write tests for.
the new version is even more untestable because it's not just parsing output. It's actually integrating with RSpec so i need a test harness for my test harness... and tests that cause it to blow up appropriately. Ugh.
I'm starting to think rtest might not of been hanging. The tests might have just been taking a really 👏long 👏time.