Posts by user15880 • 31 points
1 post
-
3
votes1
answer181
viewsA: How to cover testing in Rails applications already completed?
I’ll try to leave some tips here: It is impossible to achieve full test coverage. Do an analysis of what is most critical / gives you more work / requires refactoring, and start there. Avoid testing…