Add basic updater spec

This commit is contained in:
probablycorey
2014-07-08 11:12:28 -07:00
parent 44e121c997
commit 832aeffd4f
2 changed files with 16 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ class AtomWindow
when 'window:reload' then @reload()
when 'window:toggle-dev-tools' then @toggleDevTools()
when 'window:close' then @close()
when 'window:update-available' then @sendCommandToBrowserWindow(command, args...) # For spec testing
else if @isWebViewFocused()
@sendCommandToBrowserWindow(command, args...)
else