Hi folks, Where should we put tests (unit and functional) for components? Obviously we want such tests (if they exist) to be run as part of the normal rake process, however, if they are put in the regular test directory then there are potential name clashes with test classes from our own application. Components are namespaced and put in their own directory for a reason. I think that a good convention would be to have a test directory inside each component, and to have the rake test actions check for the presence of these directories. Craig -- Craig Ambrose Web Elements http://www.portallus.com/people/craigambrose/