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

[AWS|DynamoDB] add missing pending for mocked tests

This commit is contained in:
geemus 2012-02-05 14:04:59 -06:00
parent e2d54f5e43
commit 46a09347ef

View file

@ -37,6 +37,7 @@ Shindo.tests('Fog::AWS[:dynamodb] | item requests', ['aws']) do
}
tests("#batch_get_item({'#{@table_name}' => {'Keys' => [{'HashKeyElement' => {'S' => 'key'}}]}})").formats(@batch_get_item_format) do
pending if Fog.mocking?
Fog::AWS[:dynamodb].batch_get_item(
{@table_name => {'Keys' => [{'HashKeyElement' => {'S' => 'key'}}]}}
).body