summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem/test/minitest/test_helper.rb.tt
blob: 7d7db165ecb6227b457d9f39815456fb7d1437ef (plain)
1
2
3
4
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
require "<%= config[:namespaced_path] %>"

require "minitest/autorun"