@@ -1,6 +0,0 @@
-module( "Color" );
-
-test( "constructor", function(){
- var c = new Color()
- ok(c, "Passed!")
-});