diff --git a/spec/atom/editor-spec.coffee b/spec/atom/editor-spec.coffee index 22028cf40..c503e1706 100644 --- a/spec/atom/editor-spec.coffee +++ b/spec/atom/editor-spec.coffee @@ -251,7 +251,7 @@ describe "Editor", -> expect(editor.lines.find('pre:eq(1)')).toHaveText originalLine[0...6] expect(editor.lines.find('pre:eq(2)')).toHaveText originalLine[6..] expect(editor.lines.find('pre:eq(3)')).toHaveText lineBelowOriginalLine - # expect(editor.getPosition()).toEqual(row: 2, column: 0) + expect(editor.getPosition()).toEqual(row: 2, column: 0) describe "when the cursor is on the end of a line", -> it "inserts an empty line after it", ->