technicalpickles/jeweler

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

Summary

Maintainability
A
0 mins
Test Coverage
require 'helper'

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