Un-f a window spec

This commit is contained in:
Kevin Sawicki
2013-02-05 12:59:26 -08:00
parent 6cffa3ba93
commit ba811c4119

View File

@@ -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'