Skip to content

Commit

Permalink
Updated specs report
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonaba committed Feb 14, 2013
1 parent 7d5b3fc commit ef38809
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ Methods:
can be added to classes [P]
tostring:
classes can be stringified [P]
named classes:
classes can be named implementing the special attribute __name [P]
------------------------------------------------------------------------
Derivation (Inheritance):
Class can be derived from a superclass:
Expand Down Expand Up @@ -328,8 +330,9 @@ Providing an :__init() method to classes:
Overrides instantiation scheme with Class() [P]
tostring:
objects can be stringified [P]
the output takes into account the mother class name can be stri... [P]
------------------------------------------------------------------------
24 tests 24 passed 39 assertions 0 failed 0 errors 0 unassertive 0 pending
26 tests 26 passed 41 assertions 0 failed 0 errors 0 unassertive 0 pending
````

###Class-Commons testing implementation
Expand Down

0 comments on commit ef38809

Please sign in to comment.