diff --git a/spec/main.js b/spec/main.js index d5bad1457131..77edf91eff55 100644 --- a/spec/main.js +++ b/spec/main.js @@ -42,7 +42,17 @@ app.on('window-all-closed', function() { app.on('finish-launching', function() { var template = [ { - label: 'File', + label: 'Atom', + submenu: [ + { + label: 'Quit', + accelerator: 'Command+Q', + click: function(item, window) { app.quit(); } + }, + ], + }, + { + label: 'Window', submenu: [ { label: 'Open',