Delegates redis keys deletion to test client[A

This commit is contained in:
Raul Ochoa
2015-09-25 19:18:28 +02:00
parent 2d374160a1
commit 6028172018
-4
View File
@@ -18,10 +18,6 @@ describe('wrap x coordinate', function() {
BaseController.prototype.req2params = req2paramsFn;
});
afterEach(function(done) {
testHelper.deleteRedisKeys({'user:localhost:mapviews:global': 5}, done);
});
describe('renders correct tile', function() {
var IMG_TOLERANCE_PER_MIL = 20;