Testing for Rails Helpers

In Elsewhere, Ruby on Rails

You can test your controllers, your models, and, well, most of your application, but till now there hasn't been a way to explicitly test your Rails application's helpers. Now there's a solution.. the helper_test plugin (with source and instructions).

Vaguely Related Posts (Usually)

Comments are closed.