File Manager

Current Path : /usr/lib/ruby/3.0.0/bundler/templates/newgem/test/test-unit/
Upload File :
Current File : //usr/lib/ruby/3.0.0/bundler/templates/newgem/test/test-unit/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

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com