Submit
Path:
~
/
/
lib
/
ruby
/
3.0.0
/
bundler
/
templates
/
newgem
/
test
/
minitest
/
File Content:
newgem_test.rb.tt
# frozen_string_literal: true 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
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
newgem_test.rb.tt
277 bytes
0644
test_helper.rb.tt
156 bytes
0644
N4ST4R_ID | Naxtarrr