Testing RoR helper functions
I was looking around for a way to test your helper functions in Ruby on Rails and stumbled over a plugin called helper_test that helps you set it up.
You can find it at nubyonrails.com.
Follow the instructions on the web site in order to install the plugin and generate your test files.