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