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

11 lines
250 B
Ruby
Raw Normal View History

2014-02-15 18:06:49 -05:00
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