Hacked By AnonymousFox

Current Path : /opt/alt/ruby30/share/gems/gems/bundler-2.2.33/lib/bundler/templates/newgem/test/test-unit/
Upload File :
Current File : //opt/alt/ruby30/share/gems/gems/bundler-2.2.33/lib/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

Hacked By AnonymousFox1.0, Coded By AnonymousFox