We still don't have an official way to test ActionView Helpers. I
noticed a few little patches for ActionController and ActiveSupport
TestCases. An ActionView Helper is another obvious fit.
I converted some of my helper modules for testing helpers into a rough
patch. It works, but I'm still not happy with the internals.