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", ->