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

converting shared model specs to tests

This commit is contained in:
geemus 2010-11-12 01:01:18 -06:00
parent 71915f6174
commit ee4031c065
28 changed files with 136 additions and 312 deletions

View file

@ -0,0 +1,5 @@
Shindo.tests('Bluebox::Compute | flavors collection', ['bluebox']) do
flavors_tests(Bluebox[:compute])
end

View file

@ -0,0 +1,5 @@
Shindo.tests('Bluebox::Compute | server model', ['bluebox']) do
server_tests(Bluebox[:compute], {:image_id => 'a00baa8f-b5d0-4815-8238-b471c4c4bf72'})
end

View file

@ -0,0 +1,6 @@
Shindo.tests('Bluebox::Compute | servers collection', ['bluebox']) do
# Ubuntu 9.10 64bit
servers_tests(Bluebox[:compute], {:image_id => 'a00baa8f-b5d0-4815-8238-b471c4c4bf72'})
end