lib/jeweler/templates/testunit/flunking.rb in jeweler-1.2.1 vs lib/jeweler/templates/testunit/flunking.rb in jeweler-1.3.0

- old
+ new

@@ -1,7 +1,7 @@ -require 'test_helper' +require 'helper' -class <%= constant_name %>Test < Test::Unit::TestCase +class Test<%= constant_name %> < Test::Unit::TestCase def test_something_for_real flunk "hey buddy, you should probably rename this file and start testing for real" end end