I want to understand exactly what unit test means.
From what I have understood so far it implies testing a model and all its public methods.
Is that correct?
And what about controllers? Does unit test means testing the controllers/views too?
Could someone enlighten me on this.