Skip to content

Commit 7045907

Browse files
committed
fix user model test
1 parent 733f027 commit 7045907

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: app/templates/server/api/user(auth)/user.model.spec.js

-7
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,5 @@ describe('User Model:', function() {
6464
});
6565

6666
});
67-
68-
it("should authenticate user if password is valid", function() {
69-
return user.authenticate('password').should.be.true;
70-
});
71-
72-
it("should not authenticate user if password is invalid", function() {
73-
return user.authenticate('blah').should.not.be.true;
7467
});
7568
});

0 commit comments

Comments
 (0)