From: Ryan Davis Date: 2007-11-20T15:14:27+09:00 Subject: Re: exit call in script causes unit test to not run (newby) On Nov 19, 2007, at 18:45 , weathercoach@gmail.com wrote: > If a call to "exit" impacts the execution of the unit tests I'm > trying to understand if I should be using a different approach. A call to exit impacts the execution of ruby... not just unit tests. I still don't see why you need that method. Tempfile cleans up after itself... that is what it is for.