spec/synchrony/synchrony_spec.rb in keen-0.6.0 vs spec/synchrony/synchrony_spec.rb in keen-0.6.1
- old
+ new
@@ -39,10 +39,10 @@
@client.publish_async(collection, event_properties).should == api_success
rescue Exception => exception
e = exception
end
e.class.should == Keen::HttpError
- e.message.should == "Couldn't connect to Keen IO: WebMock timeout error"
+ e.message.should == "Keen IO Exception: HTTP em-synchrony publish_async error: WebMock timeout error"
EM.stop
}
end
end
end