technicalpickles/jeweler

View on GitHub
lib/jeweler/templates/shindo/flunking.rb

Summary

Maintainability
A
0 mins
Test Coverage
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