All Questions
1 question
2
votes
1
answer
1k
views
How to unit test models in MVC / MVR app?
I'm building a node.js web app and am trying to do so for the first time in a test driven fashion. I'm using nodeunit for testing, which I find allows me to write tests quickly and painlessly. In this ...