Don’t load key bindings in spec helper

This commit is contained in:
Nathan Sobo
2015-10-06 15:45:01 -06:00
parent 499272dfa1
commit 0f4558c448

View File

@@ -27,7 +27,6 @@ atom.themes.initialLoadComplete = true
fixturePackagesPath = path.resolve(__dirname, './fixtures/packages')
atom.packages.packageDirPaths.unshift(fixturePackagesPath)
atom.keymaps.loadBundledKeymaps()
window.addEventListener 'core:close', -> window.close()