SPIIIIIKE

This commit is contained in:
Joshua Nichols
2010-03-04 00:19:35 -05:00
commit 0277901561
11 changed files with 227 additions and 0 deletions

7
spec/homesick_spec.rb Normal file
View File

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