Fix GFM grammar spec

This commit is contained in:
Nathan Sobo
2013-02-27 15:37:59 -07:00
committed by probablycorey
parent a2ddd10d31
commit 5b0f5727dc

View File

@@ -136,6 +136,6 @@ describe "GitHub Flavored Markdown grammar", ->
describe "auto indent", ->
it "indents newlines entered after list lines", ->
config.set('editor.autoIndent', true)
editSession = fixturesProject.buildEditSessionForPath('gfm.md')
editSession = fixturesProject.buildEditSession('gfm.md')
editSession.insertNewlineBelow()
expect(editSession.buffer.lineForRow(1)).toBe ' '