diff --git a/spec/editor-component-spec.coffee b/spec/editor-component-spec.coffee index a2c174f8a..0ee26f717 100644 --- a/spec/editor-component-spec.coffee +++ b/spec/editor-component-spec.coffee @@ -302,7 +302,7 @@ describe "EditorComponent", -> expect(component.lineNumberNodeForScreenRow(9).textContent).toBe "10" expect(gutterNode.offsetWidth).toBe initialGutterWidth - fdescribe "when decorations are used", -> + describe "when decorations are used", -> {lineHasClass, gutter} = {} beforeEach -> gutter = component.refs.gutter diff --git a/spec/editor-spec.coffee b/spec/editor-spec.coffee index a2477e078..1a02f027b 100644 --- a/spec/editor-spec.coffee +++ b/spec/editor-spec.coffee @@ -3206,7 +3206,7 @@ describe "Editor", -> editor.pageUp() expect(editor.getScrollTop()).toBe 0 - fdescribe "decorations", -> + describe "decorations", -> it "can add and remove decorations", -> decoration = {type: 'gutter-class', class: 'one'} editor.addDecorationForBufferRow(2, decoration)