test/client_test.rb in ruby_skynet-1.2.7 vs test/client_test.rb in ruby_skynet-1.3.0.alpha1
- old
+ new
@@ -48,10 +48,10 @@
should "raise exception when not registered" do
exception = assert_raise RubySkynet::ServiceUnavailable do
client = RubySkynet::Client.new('SomeService','*','ClientTest')
client.call(:test, :hello => 'there')
end
- assert_match /No servers available for service: SomeService with version: \* in region: ClientTest/, exception.message
+ assert_match /No servers available for service: SomeService with version: -1 in region: ClientTest/, exception.message
end
end
context "with server" do
\ No newline at end of file