test/yao/resources/test_loadbalancer_pool.rb in yao-0.6.3 vs test/yao/resources/test_loadbalancer_pool.rb in yao-0.7.0
- old
+ new
@@ -1,7 +1,7 @@
require "time"
-class TestRole < Test::Unit::TestCase
+class TestLoadBalancerPool < Test::Unit::TestCase
def test_loadbalancer_pool
params = {
"lb_algorithm" => "ROUND_ROBIN",
"protocol" => "HTTP",
"description" => "My round robin pool",