Sha256: c5c4043f2109d9ed3ae401efcaf74caed439755d5ecdb7fe59c3f7a0e0e79bb0
Contents?: true
Size: 343 Bytes
Versions: 24
Compression:
Stored size: 343 Bytes
Contents
Shindo.tests('Slicehost#get_backups', 'slicehost') do tests('success') do before do @data = Slicehost[:slices].get_backups.body end # TODO: ensure this still works with a non-empty list test('has proper output format') do validate_format(@data, { 'backups' => [Slicehost::Formats::BACKUP] }) end end end
Version data entries
24 entries across 24 versions & 1 rubygems