Rails Helper Testing Made Simple
View helpers are often a focal point for all the chaos and miscellaneous code in Rails applications, but that shouldn’t scare you away from testing them. This post provides a basic guide to testing the various sorts of helper methods.
Post a comment