Fixes routing in tests

This commit is contained in:
Robin Ward
2015-05-01 16:35:52 -04:00
parent ed398e65e0
commit c6d99bd141
8 changed files with 30 additions and 27 deletions

View File

@@ -261,7 +261,6 @@ exports["default"] = function test(testName, callback) {
function wrapper() {
var context = testContext.get();
resetViews();
var result = callback.call(context);
@@ -279,4 +278,4 @@ exports["default"] = function test(testName, callback) {
}
},{"./test-context":6}]},{},[2])
(2)
});
});