Use correct textmate package names

This commit is contained in:
Corey Johnson & Kevin Sawicki
2013-05-29 10:24:34 -07:00
parent 17a83933d4
commit f8f059d3fe
15 changed files with 124 additions and 53 deletions

View File

@@ -9,7 +9,7 @@ describe "EditSession", ->
buffer.setText(buffer.getText().replace(/[ ]{2}/g, "\t"))
beforeEach ->
atom.activatePackage('javascript.tmbundle', sync: true)
atom.activatePackage('javascript-tmbundle', sync: true)
editSession = project.open('sample.js', autoIndent: false)
buffer = editSession.buffer
lineLengths = buffer.getLines().map (line) -> line.length