JezK
Edit File: test_helper.rb.tt
<%- if RUBY_VERSION < "2.0.0" -%> $LOAD_PATH.unshift File.expand_path("../../lib", __FILE__) <%- else -%> $LOAD_PATH.unshift File.expand_path("../lib", __dir__) <%- end -%> require "<%= config[:namespaced_path] %>" require "minitest/autorun"