fog--fog/spec/fog_spec.rb

8 lines
153 B
Ruby
Raw Normal View History

2009-05-18 07:13:06 +00:00
require 'spec_helper'
describe "Fog" do
it "fails" do
fail "hey buddy, you should probably rename this file and start specing for real"
end
end