From b8776fc010b5d3279dd70099661a16ec2035bf47 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Thu, 26 Jan 2012 10:40:04 -0800 Subject: [PATCH] Uncommented a test --- spec/atom/editor-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ->