settings: fix tests

This commit is contained in:
Manuel Araoz 2014-09-11 10:15:00 -07:00
commit 63423d92ed
2 changed files with 6 additions and 3 deletions

View file

@ -13,7 +13,9 @@ describe('Network / Async', function() {
var createN = function(pk) {
var n = new Async();
var n = new Async({
url: 'http://insight.example.com:1234'
});
var fakeSocket = {};
fakeSocket.emit = function() {};
fakeSocket.on = function() {};