Files
gosick/spec/homesick_spec.rb
Joshua Nichols 0277901561 SPIIIIIKE
2010-03-04 00:19:35 -05:00

8 lines
202 B
Ruby

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