noprocrast/spec/noprocrast_spec.rb

8 lines
204 B
Ruby
Raw Normal View History

2010-11-10 13:59:45 +00:00
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
2010-11-11 11:54:51 +00:00
describe "Noprocrast" do
2010-11-10 13:59:45 +00:00
it "fails" do
fail "hey buddy, you should probably rename this file and start specing for real"
end
end