technicalpickles/jeweler

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

Summary

Maintainability
A
0 mins
Test Coverage
require 'helper'

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