guard-jammit/spec/guard-jammit_spec.rb
2010-11-08 13:14:13 -05:00

8 lines
205 B
Ruby

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