1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/spec/spec_helper.rb

9 lines
112 B
Ruby
Raw Normal View History

2009-05-18 03:13:06 -04:00
require 'spec'
require 'open-uri'
2010-08-20 14:07:21 -04:00
require 'fog'
2011-01-10 01:12:48 -05:00
require 'fog/bin'
2010-04-26 19:03:55 -04:00
if ENV["FOG_MOCK"] == "true"
Fog.mock!
end