Rename buildEditSessionForPath to buildEditSession

Since this is the more external method, having a shorter name
is more convenient. The former `buildEditSession` method took a
Buffer, and is now called `buildEditSessionForBuffer`.
Esse commit está contido em:
Nathan Sobo
2013-02-16 15:00:29 -07:00
commit de probablycorey
commit beaeac4425
15 arquivos alterados com 73 adições e 73 exclusões
+1 -1
Ver Arquivo
@@ -107,7 +107,7 @@ describe "TokenizedBuffer.", ->
[languageMode, buffer] = []
beforeEach ->
editSession = benchmarkFixturesProject.buildEditSessionForPath('medium.coffee')
editSession = benchmarkFixturesProject.buildEditSession('medium.coffee')
{ languageMode, buffer } = editSession
benchmark "construction", 20, ->