From: gabriele renzi Date: 2005-09-04T22:31:27+09:00 Subject: Re: Idea about Test::Unit Christian Neukirchen ha scritto: >>[1] I wrote a "quicktest" thing too, but it was different, wrapping >>sparse assertions in a test case to allow testing quick scripts like >>this: >> >> def foo(x,y) >> .. >> end >> assert_equal something, foo(2,3) > > > Wrapping them with test{} doesn't hurt and you can reuse the file. sure, the reason I wrote this was to *quickly* test scripts, i.e. when answering messages in ruby-talk on how to do something. I would'nt advocate this to be actually used for anything :)