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

5 lines
129 B
Plaintext
Raw Normal View History

2019-10-06 15:45:34 +00:00
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require '<%= config[:namespaced_path] %>'
require 'minitest/autorun'