WIP karma tests

This commit is contained in:
Matias Alejo Garcia 2014-09-17 08:58:23 -03:00
commit 5886af5420
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ describe('Storage model', function() {
});
should.exist(s2);
});
it('should fail when encrypting without a password', function() {
it.only('should fail when encrypting without a password', function() {
var s2 = new Storage({
storage: localMock,