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
2011-01-11 02:20:40 +08:00

13 lines
200 B
Ruby

require 'spec'
require 'open-uri'
require 'fog'
require 'fog/bin'
require 'fog/bin/vcloud'
if ENV["FOG_MOCK"] == "true"
Fog.mock!
end
unless defined?(GENTOO_AMI)
GENTOO_AMI = 'ami-5ee70037'
end