mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
15 lines
No EOL
274 B
Ruby
15 lines
No EOL
274 B
Ruby
Shindo.tests('HP::LB | algorithms collection', ['hp', 'lb', 'algorithms']) do
|
|
|
|
tests('success') do
|
|
|
|
tests('#all').succeeds do
|
|
HP[:lb].algorithms
|
|
end
|
|
|
|
tests('#get("ROUND_ROBIN")').succeeds do
|
|
HP[:lb].algorithms.get("ROUND_ROBIN")
|
|
end
|
|
|
|
end
|
|
|
|
end |