Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
212
/
root
/
opt
/
ruby-2.6
/
usr
/
lib
/
ruby
/
2.6.0
/
bundler
/
templates
/
newgem
/
test
/
//proc/212/root/opt/ruby-2.6/usr/lib/ruby/2.6.0/bundler/templates/newgem/test/newgem_test.rb.tt
require "test_helper" class <%= config[:constant_name] %>Test < Minitest::Test def test_that_it_has_a_version_number refute_nil ::<%= config[:constant_name] %>::VERSION end def test_it_does_something_useful assert false end end