Correct JS error in app_spec.js

This commit is contained in:
Joe Bivins 2012-03-03 12:20:31 -05:00
parent 4769a25d59
commit e26fcf836a

View file

@ -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()