Clean up spec name

This commit is contained in:
Ben Ogle 2014-10-31 11:39:56 -07:00
parent 54b8aa4a02
commit b1a0258ad4

View File

@ -1809,7 +1809,7 @@ describe "TextEditor", ->
beforeEach ->
editor.setSelectedBufferRange([[1, 2], [1, 2]])
it "replaces the selection with the given text", ->
it "does not undo the skipped operation", ->
range = editor.insertText('x')
range = editor.insertText('y', undo: 'skip')
editor.undo()