UnitTest Problem

I believe the rule is: if you're testing a method of a model, use a unit test; if you're testing a method of a controller, use a functional test.

M. R. wrote: