Hi I recently inherited a project in which the former dev was not familiar with rails, and decided to put a lot of important logic into the view helpers.
cla
Why re-factor? You can very easily include helpers from your project in your tests. I did the following to do so.
require_relative '../../app/helpers/import_helper'