From e26fcf836ac249622dae013a8b3fb4d2c3ab7c3a Mon Sep 17 00:00:00 2001 From: Joe Bivins Date: Sat, 3 Mar 2012 12:20:31 -0500 Subject: [PATCH] Correct JS error in app_spec.js --- spec/javascripts/app/app_spec.js | 1 + 1 file changed, 1 insertion(+) 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()