1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/digitalocean/requests/compute/list_servers_tests.rb
Sergio Rubio f11926a5a2 [digitalocean|compute] initial release
DigitalOcean Compute Service Provider.
See https://www.digitalocean.com/api
2013-03-31 22:16:08 +02:00

11 lines
235 B
Ruby

Shindo.tests('Fog::Compute[:digitalocean] | list_servers request', ['digitalocean', 'compute']) do
tests('success') do
test('#list_servers') do
Fog::Compute[:digitalocean].list_servers.body.is_a? Hash
end
end
end