Showing posts with label helpers. Show all posts
Showing posts with label helpers. Show all posts

Tuesday, April 3, 2012

Testing view helpers


I'm currently working on a Rails plugin used for generating iPhone specific HTML meta-tags. I'm trying to use ActionView::TestCase for unit tests but keep getting the same error. See file contents and error below. Any ideas or help would be much appreciated.