diff --git a/spec/text-editor-presenter-spec.coffee b/spec/text-editor-presenter-spec.coffee index ce00ef0b5..08eb84b52 100644 --- a/spec/text-editor-presenter-spec.coffee +++ b/spec/text-editor-presenter-spec.coffee @@ -1722,8 +1722,8 @@ describe "TextEditorPresenter", -> referencePresenter = new TextEditorPresenter(presenterParams) expect(presenter.state).toEqual referencePresenter.state + actions = [] _.times 30, -> - actions = [] performRandomAction (action) -> actions.push(action) actualState = presenter.state expectedState = new TextEditorPresenter(presenterParams).state