Remove application:run-all-specs command

This commit is contained in:
Max Brunsfeld
2015-10-06 13:51:05 -07:00
committed by Nathan Sobo
parent 9924288a6f
commit 4988f6be11
8 changed files with 0 additions and 8 deletions

View File

@@ -162,7 +162,6 @@ class AtomApplication
devMode: @focusedWindow()?.devMode
safeMode: @focusedWindow()?.safeMode
@on 'application:run-all-specs', -> @runTests(headless: false, resourcePath: @devResourcePath, safeMode: @focusedWindow()?.safeMode)
@on 'application:quit', -> app.quit()
@on 'application:new-window', -> @openPath(_.extend(windowDimensions: @focusedWindow()?.getDimensions(), getLoadSettings()))
@on 'application:new-file', -> (@focusedWindow() ? this).openPath()