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

require json for rackspace compute mock

This commit is contained in:
Brian Hartsock 2011-07-08 16:42:52 -04:00
parent 9ec89fc791
commit 30fed9343d

View file

@ -58,6 +58,7 @@ module Fog
end
def initialize(options={})
require 'json'
@rackspace_username = options[:rackspace_username]
end