bundle-new/lib/bundler/templates/newgem/test/minitest_helper.rb.tt

5 lines
129 B
Plaintext

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require '<%= config[:namespaced_path] %>'
require 'minitest/autorun'