mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Un-f a window spec
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user