Use new unstyled expected gutter width

This commit is contained in:
Kevin Sawicki
2013-01-22 21:10:11 -08:00
parent 56badd450a
commit 5d404d7ee0

View File

@@ -558,7 +558,7 @@ describe "Editor", ->
rootView.attachToDom()
config.set("editor.fontSize", 16 * 4)
expect(editor.gutter.css('font-size')).toBe "#{16 * 4}px"
expect(editor.gutter.width()).toBe(141)
expect(editor.gutter.width()).toBe(64)
it "updates lines if there are unrendered lines", ->
editor.attachToDom(heightInLines: 5)