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:
parent
3fbaeb3857
commit
f48b9f3afa
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@ module Fog
|
|||
request :add_records
|
||||
|
||||
class Mock
|
||||
|
||||
def initialize(options={})
|
||||
Fog::Mock.not_implemented
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
class Real
|
||||
|
|
Loading…
Reference in a new issue