As title.
ruby test/functionals/whatevertest.rb doesn't work, that requires me to replace all require 'test_helper'
to require File.dirname(__FILE__) + '/../test_helper'
. For some reason most of those test templates have such issue, so I rather to see if there is a hack I could get around it.