lib/jeweler/templates/testspec/flunking.rb



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

describe '<%= constant_name %>' do
  it 'fails' do
    fail 'hey buddy, you should probably rename this file and start specing for real'
  end
end