1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/hp/requests/lb/versions_tests.rb

17 lines
No EOL
355 B
Ruby

Shindo.tests("HP::LB | versions requests", ['hp', 'lb', 'versions']) do
@version_format = {
'id' => String,
'links' => [Hash],
'status' => String,
'updated' => String
}
tests('success') do
tests('#list_versions').formats({'versions' => [@version_format]}) do
HP[:lb].list_versions.body
end
end
end