How do you do when you want to test helper modules? Do you go through the functional tests? /Marcus
Hi! Marcus Andersson said the following on 2005-10-04 06:52:> How do you do when you want to test helper modules? Do you go through > the functional tests?Nope, simply require the helper, include it in your TestCase instance, and test away. Depending on your helper, you might need to setup a request, response and controller. Hope that helps ! François