Version: v0.8.1 - Beta.  We welcome contributors & feedback.

Test.todo

$t.todo($description) -> self

Description

Create a reminder to create a test case.

This counts as a failed test.

$t = Test()

$t.todo('Call foo() with a past Date')

//= '(FAIL) TODO: Call foo() with a past Date'

See Also