Sha256: a56b48f52d6080dd595f5f2a1c1a6a0d3eb1b438a0dbfecf0d642a109c50edb7
Contents?: true
Size: 281 Bytes
Versions: 24
Compression:
Stored size: 281 Bytes
Contents
Shindo.tests('Slicehost#get_images', 'slicehost') do tests('success') do before do @data = Slicehost[:slices].get_images.body end test('has proper output format') do validate_format(@data, { 'images' => [Slicehost::Formats::IMAGE] }) end end end
Version data entries
24 entries across 24 versions & 1 rubygems