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/algorithms_tests.rb

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