// SYSTEM PANEL //
[ROOT]
/
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
ruby
/
ruby-2.7.8
/
bundler
/
templates
/
newgem
/
test
[ PARENT ]
EDIT :: test_helper.rb.tt
$LOAD_PATH.unshift File.expand_path("../lib", __dir__) require "<%= config[:namespaced_path] %>" require "minitest/autorun"
SAVE
CANCEL