Update tests

This commit is contained in:
Yemel Jardi 2014-08-29 11:36:23 -03:00
commit 0623c87727
5 changed files with 19 additions and 27 deletions

View file

@ -18,6 +18,7 @@ describe('Network / Async', function() {
fakeSocket.emit = function() {};
fakeSocket.on = function() {};
fakeSocket.disconnect = function() {};
fakeSocket.removeAllListeners = function() {};
n.createSocket = function() {
return fakeSocket;
};