test/test_helper.rb in heroku-qc-autoscale-0.0.4 vs test/test_helper.rb in heroku-qc-autoscale-0.0.5

- old
+ new

@@ -15,8 +15,9 @@ Autoscale.config do |c| c.api_key = "123456" c.app = "racehq-test" c.mock = true c.scale = [1, 15, 30, 40, 50] + c.min = 0 end Autoscale.activate!