diff --git a/spec/editor-view-spec.coffee b/spec/editor-view-spec.coffee index 990ca47a7..c6d043d64 100644 --- a/spec/editor-view-spec.coffee +++ b/spec/editor-view-spec.coffee @@ -10,6 +10,8 @@ describe "EditorView", -> [buffer, editorView, editor, cachedEditor, cachedLineHeight, cachedCharWidth, fart] = [] beforeEach -> + atom.config.set 'core.useReactEditor', false + waitsForPromise -> atom.workspace.open('sample.js').then (o) -> editor = o