From: Sean O'Halpin Date: 2009-03-30T08:01:47+09:00 Subject: Re: testy.rb - ruby testing that's mad at the world On Sun, Mar 29, 2009 at 11:33 PM, ara.t.howard wrote: > > On Mar 29, 2009, at 2:09 PM, Phlip wrote: > >> Or even less: >> >>  name = 42 >>  assert{ name == ultimate.answer } > > > well, for one that won't run ;-) assert takes and arg and not a block... but > that aside Phlip is referring to his own assert2, not the Test::Unit one. You should check it out - it's really a great idea.