Submit
Path:
~
/
/
lib
/
ruby
/
3.0.0
/
bundler
/
templates
/
newgem
/
test
/
test-unit
/
File Content:
newgem_test.rb.tt
# frozen_string_literal: true require "test_helper" class <%= config[:constant_name] %>Test < Test::Unit::TestCase test "VERSION" do assert do ::<%= config[:constant_name] %>.const_defined?(:VERSION) end end test "something useful" do assert_equal("expected", "actual") end end
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
newgem_test.rb.tt
307 bytes
0644
test_helper.rb.tt
149 bytes
0644
N4ST4R_ID | Naxtarrr