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:
parent
71915f6174
commit
ee4031c065
28 changed files with 136 additions and 312 deletions
5
tests/bluebox/models/compute/flavors_tests.rb
Normal file
5
tests/bluebox/models/compute/flavors_tests.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Shindo.tests('Bluebox::Compute | flavors collection', ['bluebox']) do
|
||||
|
||||
flavors_tests(Bluebox[:compute])
|
||||
|
||||
end
|
||||
5
tests/bluebox/models/compute/server_tests.rb
Normal file
5
tests/bluebox/models/compute/server_tests.rb
Normal 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
|
||||
6
tests/bluebox/models/compute/servers_tests.rb
Normal file
6
tests/bluebox/models/compute/servers_tests.rb
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue