Thursday, December 4, 2014

Coverage gem

Just a little note that I am quite enjoying working with the simplecov gem. It helps to determine which sections of the app are still to be tested - models, controllers etc. It provides a nice visual interface, where the covered lines are shown in green, and untested lines are highlighted in red. Very helpful.

No comments :

Post a Comment