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

Added a cors (with bucket) item to the data has of the Storage AWS Mock class (upon creation of the hash). This is to prevent put_bucket_cors from failing during tests.

This commit is contained in:
epdejager 2013-01-03 11:15:38 +02:00
parent a5650fd17e
commit 916b556db5

View file

@ -193,7 +193,10 @@ module Fog
:bucket => {},
:object => {}
},
:buckets => {}
:buckets => {},
:cors => {
:bucket => {}
}
}
end
end