This commit is contained in:
Nathan Sobo 2012-05-21 18:35:51 -07:00
parent 87d0c1d189
commit 581998f94b

View File

@ -2426,7 +2426,7 @@ describe "Editor", ->
expect(editor.getCursorScreenPosition()).toEqual [5, 0]
describe "when a fold placeholder line is clicked", ->
fit "removes the associated fold and places the cursor at its beginning", ->
it "removes the associated fold and places the cursor at its beginning", ->
editor.getSelection().setBufferRange(new Range([3, 0], [9, 0]))
editor.trigger 'fold-selection'