From 2bbf5c7800db49eefb64ece508787e7e55944ebe Mon Sep 17 00:00:00 2001 From: probablycorey Date: Tue, 20 May 2014 10:37:24 -0700 Subject: [PATCH] Remove unnecessary spec --- spec/editor-component-spec.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/editor-component-spec.coffee b/spec/editor-component-spec.coffee index 0bfafa006..df2c2345a 100644 --- a/spec/editor-component-spec.coffee +++ b/spec/editor-component-spec.coffee @@ -109,8 +109,6 @@ describe "EditorComponent", -> editor.setText "var" expect(component.lineNodeForScreenRow(0).innerHTML).toBe "var#{invisibles.eol}" - it "allows invisible glyphs to be customized via the editor.invisibles config", -> - it "displays trailing carriage return using a visible non-empty value", -> describe "when soft wrapping is enabled", ->