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'