Uncomment assertions

This commit is contained in:
Nathan Sobo 2012-04-10 19:28:03 -06:00
parent ae5d64f06d
commit f724b8f427

View File

@ -79,8 +79,8 @@ describe "RootView", ->
expect(editor2.position().left).toBe expectedColumnWidth
expect(editor2.outerWidth()).toBe expectedColumnWidth
# expect(editor1.has(':focus')).not.toExist()
# expect(editor2.has(':focus')).toExist()
expect(editor1.has(':focus')).not.toExist()
expect(editor2.has(':focus')).toExist()
# insertion reflected in both buffers
editor1.buffer.insert([0, 0], 'ABC')