summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem/test/minitest/test_helper.rb.tt
blob: e05c387bfae8b26397004041cb7784f76daec475 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
require "<%= config[:namespaced_path] %>"

require "minitest/autorun"