spec/unit/healthety_spec.rb in healthety-0.0.3 vs spec/unit/healthety_spec.rb in healthety-0.0.4

- old
+ new

@@ -8,10 +8,10 @@ UDPSocket.any_instance.stubs(:send) expect do Healthety.workers do server "127.0.0.1" - port 8124 + port 41234 worker :test do interval 0.5 value rand(10) end \ No newline at end of file