diff --git a/spec/ex-commands-spec.coffee b/spec/ex-commands-spec.coffee index e8f3fdf..1cf39fd 100644 --- a/spec/ex-commands-spec.coffee +++ b/spec/ex-commands-spec.coffee @@ -596,8 +596,6 @@ describe "the commands", -> expect(atom.clipboard.read()).toEqual('ghi\n') it "yanks the lines in the given range", -> - processedOpStack = false - exState.onDidProcessOpStack -> processedOpStack = true keydown(':') submitNormalModeInputText('1,2yank') expect(atom.clipboard.read()).toEqual('abc\ndef\n')