Re: [Pharo-users] still failing test - spoiler/answer

2014-03-30 Thread Roelof Wobben
Ben Coman schreef op 31-3-2014 2:44: Ben Coman wrote: Roelof Wobben wrote: Ben Coman schreef op 30-3-2014 20:12: Roelof Wobben wrote: Hello, I trying to make the make you own method work. So I first I added this : testShout self assert: ('Don''t panic' shout = 'DON""T PANIC!') After tha

Re: [Pharo-users] still failing test - spoiler/answer

2014-03-30 Thread Ben Coman
Ben Coman wrote: Roelof Wobben wrote: Ben Coman schreef op 30-3-2014 20:12: Roelof Wobben wrote: Hello, I trying to make the make you own method work. So I first I added this : testShout self assert: ('Don''t panic' shout = 'DON""T PANIC!') After that I added this as described in the boo