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'
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'