test/client_test.rb in ruby_skynet-0.8.1 vs test/client_test.rb in ruby_skynet-1.0.0
- old
+ new
@@ -58,10 +58,10 @@
context "with server" do
setup do
@region = 'ClientTest'
RubySkynet.region = @region
RubySkynet::Server.start
- # Give doozer time to push out the presence of the service above
+ # Give Service Registry time to push out the presence of the service above
sleep 0.1
@service_name = 'ClientTestService'
@version = 1
\ No newline at end of file