Sha256: 6e39c0cd7efc79a0c116cbcfdcfa976eae1e13fc87affd5f61eb811d60059f8a
Contents?: true
Size: 624 Bytes
Versions: 129
Compression:
Stored size: 624 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 } tests('success') do pending # Some history data doesn't have an availability zone 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
129 entries across 129 versions & 21 rubygems