1
0
Fork 0
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:
Josh Lane 2015-05-13 10:17:27 -07:00
parent 70df9b3768
commit b8de5cfcd6

View file

@ -37,7 +37,7 @@ module Fog
end
def self.reset
@data.clear
data.clear
end
attr_reader :account_id