0
0
Fork 0
polecat/spec/polecat_spec.rb

8 lines
201 B
Ruby

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
describe "Polecat" do
it "fails" do
fail "hey buddy, you should probably rename this file and start specing for real"
end
end