diff --git a/spec/javascripts/app/app_spec.js b/spec/javascripts/app/app_spec.js index 96884b650..f85054293 100644 --- a/spec/javascripts/app/app_spec.js +++ b/spec/javascripts/app/app_spec.js @@ -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()