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