From 5d404d7ee0d4311670fa9856a19f49436ecfa3ed Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 22 Jan 2013 21:10:11 -0800 Subject: [PATCH] Use new unstyled expected gutter width --- spec/app/editor-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/app/editor-spec.coffee b/spec/app/editor-spec.coffee index 777e7b7b3..8a67b3c4f 100644 --- a/spec/app/editor-spec.coffee +++ b/spec/app/editor-spec.coffee @@ -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)