I\'m trying to build some unit tests for testing my Rails helpers, but I can never remember how to access them. Annoying. Suggestions?
I just posted this answer on another thread asking the same question. I did the following in my project.
require_relative '../../app/helpers/import_helper'