If I have a rails app without test but fairly with many controllers, models and views and now I start writing the tests where should I start from?
Since the app is working how can go I from integration tests to unit testing because from what I understand is that you first start writing the tests which show you a way and then use that to make the tests go green, but in my case how can I do that?