template/test/test_file_name.rb.erb in hoe-3.9.0 vs template/test/test_file_name.rb.erb in hoe-3.10.0
- old
+ new
@@ -1,9 +1,10 @@
+gem "minitest"
require "minitest/autorun"
require "<%= file_name %>"
<%= make_sub_modules test_klass %>
-class <%= test_klass %> < MiniTest::Unit::TestCase
+class <%= test_klass %> < Minitest::Test
def test_sanity
flunk "write tests or I will kneecap you"
end
end