// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
ruby26
/
lib64
/
ruby
/
2.6.0
/
bundler
/
templates
/
newgem
/
test
[ PARENT ]
EDIT :: test_helper.rb.tt
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__) require "<%= config[:namespaced_path] %>" require "minitest/autorun"
SAVE
CANCEL