Remove unneeded code from yank spec

This commit is contained in:
Ryan Mitchell 2016-04-23 12:31:49 -04:00
parent 6670f7c830
commit 8e52adb232

View file

@ -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')