Hacked By AnonymousFox

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

Hacked By AnonymousFox1.0, Coded By AnonymousFox