fog--fog/tests/slicehost/requests/get_backups_tests.rb

10 lines
222 B
Ruby

Shindo.tests('Slicehost#get_backups', 'slicehost') do
tests('success') do
tests('#get_backups').formats({ 'backups' => [Slicehost::Formats::BACKUP] }) do
Slicehost[:slices].get_backups.body
end
end
end