1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

remove annotated notes, data now in tracker

This commit is contained in:
geemus 2010-05-09 11:40:54 -07:00
parent 4969b0ba24
commit 4836ad7c68
10 changed files with 0 additions and 44 deletions

View file

@ -5,7 +5,6 @@ Shindo.tests('Slicehost#get_backups', 'slicehost') do
@data = Slicehost[:slices].get_backups.body
end
# TODO: ensure this still works with a non-empty list
test('has proper output format') do
has_format(@data, { 'backups' => [Slicehost::Formats::BACKUP] })
end