Displaying 1 result from an estimated 1 matches for "project_cr".
Did you mean:
project_id
2008 Mar 14
15
Am I off track on my testing?
Is it just me or does anyone else miss being able to create something
quickly. Once you start writing all the tests your time is now
increased by a factor of 10. I agree with the logic in testing, but am
I doing something wrong?
Take the simple example of a controller test for an index action that
shows all the forum posts for a user account.
The controller code would be something like what is