mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
fix Fog::Mock.reset error
* `@data` may not be defined
This commit is contained in:
parent
70df9b3768
commit
b8de5cfcd6
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ module Fog
|
|||
end
|
||||
|
||||
def self.reset
|
||||
@data.clear
|
||||
data.clear
|
||||
end
|
||||
|
||||
attr_reader :account_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue