default-config is no longer used

This commit is contained in:
Corey Johnson
2012-12-20 10:02:09 -08:00
parent 275f6f2df5
commit 808559b25f

View File

@@ -14,7 +14,6 @@ describe "editor.", ->
rootView.width(1024)
rootView.height(768)
require fs.join(config.configDirPath, "default-config")
rootView.open() # open blank editor
editor = rootView.getActiveEditor()