That is really wierd:)2014-04-02 17:17 GMT+03:00 Roelof Wobben <r.wobben@home.nl>:
Mark Rizun schreef op 2-4-2014 15:16:
You are abolute right.The mistake is simple. You have to write as follows (just replace cell for self in two lines before should and shouldnt):
testCellOnState
| cell |
cell := BlankCell new.
self should: [ cell isOff ].
self shouldnt: [ cell isOn ].
Wierd that earlier test succceed where this error also is made.
Roelof