Uncommented a test

This commit is contained in:
Corey Johnson
2012-01-26 10:40:04 -08:00
parent 902c714f00
commit b8776fc010

View File

@@ -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", ->