From a2c41a2ae34abe46492548eb792d33a74ee82fe0 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 9 Jun 2014 14:52:56 +0900 Subject: [PATCH] Don't use the react editor in EditorView specs --- spec/editor-view-spec.coffee | 2 ++ 1 file changed, 2 insertions(+) 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