[google|storage] fix format in tests

This commit is contained in:
geemus 2010-12-08 16:08:58 -08:00
parent 4cfc143e97
commit 9062b6a353
1 changed files with 7 additions and 6 deletions

View File

@ -3,11 +3,12 @@ Shindo.tests('Google::Storage | bucket requests', ['google']) do
tests('success') do
@bucket_format = {
'IsTruncated' => Fog::Boolean,
'Marker' => NilClass,
'Name' => String,
'Prefix' => NilClass,
'Contents' => [{
'CommonPrefixes' => [],
'IsTruncated' => Fog::Boolean,
'Marker' => NilClass,
'Name' => String,
'Prefix' => NilClass,
'Contents' => [{
'ETag' => String,
'Key' => String,
'LastModified' => Time,
@ -16,7 +17,7 @@ Shindo.tests('Google::Storage | bucket requests', ['google']) do
'ID' => String
},
'Size' => Integer,
'StorageClass' => String
'StorageClass' => String
}]
}