Uncommented a spec

This commit is contained in:
Corey Johnson 2012-01-26 10:47:22 -08:00
parent b8776fc010
commit 83c8684f80

View File

@ -228,7 +228,7 @@ describe "Editor", ->
expect(editor.getCurrentLine().charAt(6)).toBe 'q'
expect(editor.getPosition()).toEqual(row: 1, column: 7)
# expect(editor.lines.find('pre:eq(1)')).toHaveText editor.getCurrentLine()
expect(editor.lines.find('pre:eq(1)')).toHaveText editor.getCurrentLine()
describe "when return is pressed", ->
describe "when the cursor is at the beginning of a line", ->