Sha256: 1db8447e78634f17b5c441649950248be13251809c2ea21e3ed3dd5493e52f21
Contents?: true
Size: 280 Bytes
Versions: 10
Compression:
Stored size: 280 Bytes
Contents
Shindo.tests('Slicehost#get_backups', 'slicehost') do tests('success') do before do @data = Slicehost[:slices].get_backups.body end test('has proper output format') do has_format(@data, { 'backups' => [Slicehost::Formats::BACKUP] }) end end end
Version data entries
10 entries across 10 versions & 1 rubygems