From ba811c411951225a55db2aec2003a3372123ccad Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 5 Feb 2013 12:59:26 -0800 Subject: [PATCH] Un-f a window spec --- spec/app/window-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/app/window-spec.coffee b/spec/app/window-spec.coffee index 25855e6de..cd26fe88a 100644 --- a/spec/app/window-spec.coffee +++ b/spec/app/window-spec.coffee @@ -17,7 +17,7 @@ describe "Window", -> it "doesn't have .is-blurred on the body tag", -> expect($("body")).not.toHaveClass("is-blurred") - fdescribe "when the window is blurred", -> + describe "when the window is blurred", -> beforeEach -> $(window).trigger 'blur'