mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
15 lines
No EOL
265 B
Ruby
15 lines
No EOL
265 B
Ruby
Shindo.tests("HP::LB | algorithms", ['hp', 'lb', 'algorithms']) do
|
|
@algo_format = {
|
|
'name' => String
|
|
}
|
|
|
|
tests('success') do
|
|
|
|
tests('#list_algorithms').formats({'algorithms' => [@algo_format]}) do
|
|
HP[:lb].list_algorithms.body
|
|
end
|
|
|
|
end
|
|
|
|
|
|
end |