Typo in test message:

This commit is contained in:
Michael Cole
2014-05-14 07:08:08 -05:00
parent 57f1e242fc
commit 66bf2dca4c

View File

@@ -47,7 +47,7 @@ describe('User Model Unit Tests:', function() {
});
});
it('should be able to save whithout problems', function(done) {
it('should be able to save without problems', function(done) {
user.save(done);
});