1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/fogdocker/requests/compute/api_version_tests.rb
2014-02-16 01:06:49 +02:00

10 lines
250 B
Ruby

Shindo.tests('Fog::Compute[:fogdocker] | api_version request', ['fogdocker']) do
compute = Fog::Compute[:fogdocker]
tests('The response should') do
response = compute.api_version()
test('be a Hash') { response.kind_of? Hash}
end
end