fog--fog/spec/fog_spec.rb

8 lines
153 B
Ruby

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