test/services/publisher_test.rb in propono-0.6.1 vs test/services/publisher_test.rb in propono-0.6.3
- old
+ new
@@ -103,10 +103,10 @@
publisher = Publisher.new(topic_id, message)
publisher.send(:publish_via_udp)
end
- def test_client_with_bad_host_logs_error
+ def test_exception_from_udpsocket_caught_and_logged
host = "http://meducation.net"
port = 1234
Propono.config.udp_host = host
Propono.config.udp_port = port