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

require "minitest/autorun"