Sha256: b5859173febd1ae39871d5e9ae6fc71cc917d17f63ef64afea23a6c51db31c21
Contents?: true
Size: 599 Bytes
Versions: 56
Compression:
Stored size: 599 Bytes
Contents
Shindo.tests('Fog::Compute[:aws] | spot price history requests', ['aws']) do @spot_price_history_format = { 'spotPriceHistorySet' => [{ 'availabilityZone' => String, 'instanceType' => String, 'spotPrice' => Float, 'productDescription' => String, 'timestamp' => Time }], 'requestId' => String, 'nextToken' => Fog::Nullable::String } tests('success') do tests("#describe_spot_price_history").formats(@spot_price_history_format) do Fog::Compute[:aws].describe_spot_price_history.body end end end
Version data entries
56 entries across 54 versions & 3 rubygems