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
113 B
Ruby
Raw Normal View History

2012-06-22 16:26:42 +01:00
require 'rspec'
require 'open-uri'
2010-08-21 02:07:21 +08:00
require 'fog'
2011-01-10 14:12:48 +08:00
require 'fog/bin'
2010-04-27 07:03:55 +08:00
if ENV["FOG_MOCK"] == "true"
Fog.mock!
end