PATH:
opt
/
alt
/
ruby30
/
share
/
gems
/
gems
/
bundler-2.2.33
/
lib
/
bundler
/
templates
/
newgem
/
test
/
minitest
# frozen_string_literal: true $LOAD_PATH.unshift File.expand_path("../lib", __dir__) require "<%= config[:namespaced_path] %>" require "minitest/autorun"
[-] test_helper.rb.tt
[edit]
[-] newgem_test.rb.tt
[edit]
[+]
..