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

[rackspace|dns] add mock initializer

This commit is contained in:
geemus 2011-09-22 19:46:54 -05:00
parent 3fbaeb3857
commit f48b9f3afa

View file

@ -36,6 +36,11 @@ module Fog
request :add_records
class Mock
def initialize(options={})
Fog::Mock.not_implemented
end
end
class Real