Closed terurou closed 6 years ago
TraceReporter is broken in buddy 2.9.0.
class TestMain extends buddy.SingleSuite { public function new() { describe("root", { describe("sub", { it("should pass", { 1.should.be(1); }); }); }); } }
result
. sub should pass (Passed) root 1 specs, 0 failures, 0 pending
I was just about to look at that one, thank you for fixing it!
Err, didn't see this issue =/
TraceReporter is broken in buddy 2.9.0.
result