Correct JS error in app_spec.js
This commit is contained in:
parent
4769a25d59
commit
e26fcf836a
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ describe("app", function() {
|
|||
describe("user", function() {
|
||||
it("sets the user if given one and returns the current user", function() {
|
||||
expect(app.user()).toBeFalsy()
|
||||
});
|
||||
|
||||
it("sets the user if given one and returns the current user", function() {
|
||||
expect(app.user().authenticated()).toBeFalsy()
|
||||
|
|
|
|||
Loading…
Reference in a new issue