From: Aaron Patterson Date: 2009-12-10T14:32:24+09:00 Subject: Re: Chain Method in Class with Method in Module On Thu, Dec 10, 2009 at 01:33:58PM +0900, Raymond O'Connor wrote: > I'd like to chain setup in a unit test, so that it calls a method in a > module BEFORE running through the setup code. I'd like to do it without > having to put super() in the test's setup method. What's wrong with super()? We use it in all of our other objects. Tests are normal objects too. :-) -- Aaron Patterson http://tenderlovemaking.com/