dwf/rva: tweaked TODO comments

This commit is contained in:
pivotal
2008-12-02 15:48:00 -08:00
parent f0de62906c
commit 63db262f35
2 changed files with 12 additions and 12 deletions

View File

@@ -281,8 +281,8 @@ var currentSpec;
//* - Suite to run tests in order, constructed with a function called describe
* - Suite supports before
* - Suite supports after
* - Suite supports before_each
* - Suite supports after_each
//* - Suite supports beforeEach
//* - Suite supports afterEach
//* - Suite rolls up spec results
//* - Suite supports asynch
//* - Runner that runs suites in order