lib/jeweler/templates/shindo/flunking.rb



require File.expand_path(File.dirname(__FILE__) + '/tests_helper')

Shindo.tests("<%= constant_name %>") do
  test("fails") do
    "hey buddy, you should probably rename this file and start specing for real"
    false
  end
end