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

Merge pull request #385 from brianhartsock/mock_enhancements

Mock enhancements for Rackspace provider and SSH commands.
This commit is contained in:
Wesley Beary 2011-07-08 14:46:08 -07:00
commit 216b3ded0d

View file

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