lib/jeweler/templates/testunit/flunking.rb



require 'test_helper'

class <%= constant_name %>Test < Test::Unit::TestCase
  def test_something_for_real
    flunk "hey buddy, you should probably rename this file and start testing for real"
  end
end