2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

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)
});
});