Logan Capaldo wrote: > I'm confused, why do you need to "reset" ruby everytime? Can't you > stick the tests in a loop? The code - and it's require files - are constantly changing. (That's the whole point of continuos testing!). I want to a) make sure to reload all required files and b) make sure to start with a fresh slate, in terms of class definitions, ObjectSpace, and the like. -- Posted via http://www.ruby-forum.com/.