Revision
3395
Author
eloy.de.enige@gmail.com
Date
2010-02-01 01:59:05 -0800 (Mon, 01 Feb 2010)

Log Message

Move Mocha up in the TODO

Modified Paths

Diff

Modified: MacRuby/trunk/TODO (3394 => 3395)


--- MacRuby/trunk/TODO	2010-02-01 02:41:05 UTC (rev 3394)
+++ MacRuby/trunk/TODO	2010-02-01 09:59:05 UTC (rev 3395)
@@ -13,6 +13,7 @@
   [X] project creation should work
   [/] development web server
   [ ] hello world should work
+[ ] support Mocha
 
 Historical:
 
@@ -30,7 +31,6 @@
   [ ] check every RSTRING_PTR call to see if they are not f*cking up the data
   [ ] pass specs (do we have some?)
 [/] support for zlib
-[/] support for Mocha (grep -R 'Mocha TODO' test_vm)
 [ ] merge stdlib from 1.9.2 trunk
 [/] most language/core/library specs should run (modulo a very few exceptions)
 [/] port all rb_funcall() calls to rb_vm_call()