mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
11 lines
235 B
Ruby
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
|