This is a fix for the DrbUnknown output described in issue #2 for Ruby 1.8 test/unit console runner. I wrote up the test example in the #2 comments. I didn't test Ruby 1.9, but wrapped the requires in a test for MiniTest so I don't think they'll bother 1.9. Glancing at MiniTest, I doubt it has the same issues, as it looked like it was only passing back Strings.
Hi Tim,
This is a fix for the DrbUnknown output described in issue #2 for Ruby 1.8 test/unit console runner. I wrote up the test example in the #2 comments. I didn't test Ruby 1.9, but wrapped the requires in a test for MiniTest so I don't think they'll bother 1.9. Glancing at MiniTest, I doubt it has the same issues, as it looked like it was only passing back Strings.
thanks, Josh Partlow