From: Sy Ali Date: 2006-05-15T03:48:47+09:00 Subject: Re: Forcing some code to run at the end of tests On 5/14/06, ara.t.howard@noaa.gov wrote: > On Sun, 14 May 2006, Sy Ali wrote: > > Is there an easy way for me to abort a test? (i.e. to exit the test > > method cleanly?) > > harp:~ > cat a.rb > regards. Awesome! That's just what I was looking for (for that particular problem). It's strange that the feature isn't there already. Now I'm going to play with setting the order of my tests to get a block of code to execute last.