template/test/file_name.rb.erb in hoe-3.3.1 vs template/test/file_name.rb.erb in hoe-3.4.0

- old
+ new

@@ -1,9 +1,9 @@ -require "test/unit" +require "minitest/autorun" require "<%= file_name %>" <%= make_sub_modules test_klass %> -class <%= test_klass %> < Test::Unit::TestCase +class <%= test_klass %> < Minitest::Unit::TestCase def test_sanity flunk "write tests or I will kneecap you" end end