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

[aws|compute] add class level reset for Fog::AWS::Compute::Mock

This commit is contained in:
geemus 2011-05-17 11:02:28 -07:00
parent 0a6c551caf
commit 682bd0d831

View file

@ -125,6 +125,10 @@ module Fog
end
end
def self.reset
@data = nil
end
def initialize(options={})
unless options.delete(:provider)
location = caller.first