From: Phlip Date: 2009-03-26T10:01:48+09:00 Subject: Re: Test::Unit - same test, different "args" Luke St.Clair wrote: >> How about in the base module... >> >> def setup >> @@done ||= suite_setup() >> end >> >> Then put what you want in the suite_setup ? > > Yes, that's clearly the best way for me to do this outside of startup > () - don't know what I was thinking there. I was thinking I don't know if that runs once per suite or once per test run...