diff --git a/test/urlRouterSpec.js b/test/urlRouterSpec.js index e4183d8b2..8cc41698f 100644 --- a/test/urlRouterSpec.js +++ b/test/urlRouterSpec.js @@ -97,7 +97,13 @@ describe("UrlRouter", function () { it("should allow custom URL matchers", function () { var custom = { - url: { exec: function() {}, format: function() {}, concat: function() {} }, + url: { + exec: function() {}, + format: function() {}, + concat: function() {}, + validates: function() {}, + parameters: function() {} + }, handler: function() {} };