For testing purposes, I have a very basic helper that contains the following contents:
# app/helpers/random_helper.rb module RandomHelper end
E