mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
12 lines
258 B
Ruby
12 lines
258 B
Ruby
![]() |
Shindo.tests('Fog::Compute[:digitalocean] | get_server_details request', ['digitalocean', 'compute']) do
|
||
|
|
||
|
tests('success') do
|
||
|
|
||
|
test('#get_server_details') do
|
||
|
Fog::Compute[:digitalocean].get_server_details(nil).body.is_a? Hash
|
||
|
end
|
||
|
|
||
|
end
|
||
|
|
||
|
end
|