On Feb 1, 2005, at 08:50, Raphael Bauduin wrote: > This runs absolutely fin, but test/unit then automatically starts to > run all tests define in the file. > This is a feature of test/unit (as noted at > http://www.ruby-doc.org/stdlib/libdoc/test/unit/rdoc/index.html and > at http://www.rubygarden.org/ruby?UsingTestUnit), but I really don't > need it here. Can I turn this behaviour off? Adding this should do it: Test::Unit.run = true That's what the built-in runners do. HTH, Nathaniel Terralien, Inc. <:((><