This commit is contained in:
Nathan Sobo
2013-01-08 12:53:43 -07:00
parent 1b1d8b0390
commit a03bb7bf2e

View File

@@ -190,7 +190,7 @@ describe "Snippets extension", ->
editor.trigger keydownEvent('tab', target: editor[0])
expect(buffer.lineForRow(0)).toBe "first line"
ffdescribe "when a snippet expansion is undone and redone", ->
describe "when a snippet expansion is undone and redone", ->
it "recreates the snippet's tab stops", ->
editor.insertText ' t6\n'
editor.setCursorBufferPosition [0, 6]