mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Spy on atom.hide in window specs
This commit is contained in:
@@ -9,6 +9,7 @@ describe "Window", ->
|
||||
[projectPath, windowEventHandler] = []
|
||||
|
||||
beforeEach ->
|
||||
spyOn(atom, 'hide')
|
||||
atom.getLoadSettings().initialPath = project.getPath()
|
||||
project.destroy()
|
||||
windowEventHandler = new WindowEventHandler()
|
||||
|
||||
Reference in New Issue
Block a user