removed redismock, added database mocked, fixed tests to work with dbal

This commit is contained in:
Baris Usakli
2013-12-06 13:21:21 -05:00
parent 6313a5eeb1
commit 0da141e7bc
8 changed files with 124 additions and 116 deletions

View File

@@ -1152,8 +1152,10 @@ websockets.init = function(io) {
return io.sockets.in(room);
};
}
websockets.getConnectedClients = function() {
return userSockets;
}
}
})(module.exports);
})(module.exports);