lib/jeweler/templates/bacon/flunking.rb
require 'spec_helper' describe "<%= constant_name %>" do it "fails" do should.flunk "hey buddy, you should probably rename this file and start specing for real" end end
require 'spec_helper' describe "<%= constant_name %>" do it "fails" do should.flunk "hey buddy, you should probably rename this file and start specing for real" end end