mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
17 lines
No EOL
356 B
Ruby
17 lines
No EOL
356 B
Ruby
Shindo.tests("Fog::HP::LB | list versions", ['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 |