1
0
Fork 0
mirror of https://github.com/kbparagua/paloma synced 2023-03-27 23:21:17 -04:00

Fix jasmine spec

This commit is contained in:
kbparagua 2013-10-12 16:57:16 +08:00
parent efbba9d6b3
commit da4b2ac89a

View file

@ -104,8 +104,6 @@ describe('Paloma.Router', function(){
it('returns action of the redirect', function(){
expect(result.action).toEqual('revise');
});
router.reset();
});