spec/unit/healthety_spec.rb in healthety-0.0.1 vs spec/unit/healthety_spec.rb in healthety-0.0.2
- old
+ new
@@ -7,10 +7,10 @@
Thread.any_instance.stubs(:join)
UDPSocket.any_instance.stubs(:send)
expect do
Healthety.workers do
- host "127.0.0.1"
+ server "127.0.0.1"
port 8124
worker :test do
interval 0.5
value rand(10)
\ No newline at end of file