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:
parent
0a6c551caf
commit
682bd0d831
1 changed files with 4 additions and 0 deletions
|
@ -125,6 +125,10 @@ module Fog
|
|||
end
|
||||
end
|
||||
|
||||
def self.reset
|
||||
@data = nil
|
||||
end
|
||||
|
||||
def initialize(options={})
|
||||
unless options.delete(:provider)
|
||||
location = caller.first
|
||||
|
|
Loading…
Reference in a new issue